ubuntu安装更换阿里云镜像源

如果使用apt-get安装软件过慢,可以考虑以下步骤

1.备份

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

2.编辑

sudo vim /etc/apt/sources.list 

将以下内容放在该文件的头部

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

保存退出

3.更新

sudo apt-get update

ubuntu安装更换阿里云镜像源

上一篇:将戴尔台式机的系统刷成Linux Centos7


下一篇:linux下Matlab 2020中文字体方框问题解决方法