Ubuntu18.04 update domestic source

1. Modify the sources.list file (requires super authority):

If you have not updated vim after installing Ubuntu once, it is recommended to use gedit to modify

sudo gedit /etc/apt/sources.list

vim:

sudo vim /etc/apt/sources.list

Note: It is recommended to back up the source files to prevent errors

2. Ali source:

Change the source file to the following:

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

(Or other source)

3. Update source:

sudo apt-get update

Guess you like

Origin blog.csdn.net/lcx1837/article/details/108557745
Recommended