咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

Ubuntu 18.04修改默认源为国内源

2019-01-17 18:26:04 22185次

修改阿里源为Ubuntu 18.04默认的源

备份/etc/apt/sources.list
#备份
cp /etc/apt/sources.list /etc/apt/sources.list.bak

在/etc/apt/sources.list文件前面添加如下条目
#添加阿里源

deb http://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse

最后执行如下命令更新源
##更新

sudo apt-get update
sudo apt-get upgrade

另外其他几个国内源如下: 
中科大源
##中科大源

deb https://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse

163源
##163源

deb http://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse

清华源
##清华源

deb https://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-updates main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-backports main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-security main restricted universe multiverse
deb https://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src https://www.landui.com/ubuntu/ bionic-proposed main restricted universe multiverse


首页
最新活动
个人中心