ubuntu linux下编辑更改镜像源

打开终端输入进入/etc/apt目录下

cd /ect/apt

编辑sources.list,此处使用sudo是因为编辑后可能无法保存。

sudo nano sources.list

ubuntu linux下编辑更改镜像源_第1张图片

编辑如下(此处仅为举例,可编辑为其他镜像源):

debhttp://mirrors.tuna.tsinghua.edu.cn/ubuntu trusty main restricted universemultiverse

debhttp://mirrors.tuna.tsinghua.edu.cn/ubuntu trusty-backports main restricteduniverse multiverse

debhttp://mirrors.tuna.tsinghua.edu.cn/ubuntu trusty-updates main restricteduniverse multiverse

debhttp://mirrors.tuna.tsinghua.edu.cn/ubuntu trusty-proposed main restricteduniverse multiverse

deb http://mirrors.tuna.tsinghua.edu.cn/ubuntutrusty-security main restricted universe multiverse

Ctrl+o保存,Ctrl+x退出即可

之后可以返回自己所在目录而且更新了

cd

sudo apt-get update

你可能感兴趣的:(ubuntu,linux)