Ubuntu更新国内源
Ubuntu更新国内源
root@gb:/home/gb# cd /etc/apt/
root@gb:/etc/apt# ls -tlr
total 28
drwxr-xr-x 2 root root 4096 Apr 20 2018 sources.list.d
drwxr-xr-x 2 root root 4096 Apr 20 2018 preferences.d
drwxr-xr-x 2 root root 4096 Jun 15 2021 auth.conf.d
-rw-r--r-- 1 root root 2739 Aug 26 2021 sources.list
drwxr-xr-x 2 root root 4096 Sep 15 2021 trusted.gpg.d
-rw-r--r-- 1 root root 2765 Sep 15 2021 sources.list.curtin.old
drwxr-xr-x 2 root root 4096 Feb 20 05:42 apt.conf.d
root@gb:/etc/apt# cp sources.list sources.list.bak
root@gb:/etc/apt# sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' sources.list
root@gb:/etc/apt# apt update
参考文献
Ubuntu软件仓库与更新源配置指南
Ubuntu第三方软件仓库源(国内源)
ubuntu更新软件源