您的位置:首页 > 运维架构 > Linux

各个版本Linux更改为163源

2015-10-28 15:51 603 查看
1   Ubuntu 14.04 LTS的163源:

# cd /etc/apt

# gedit sources.list

内容如下:

# deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse

# deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse

# deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse

# deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse

# deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

# deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse

# deb-src http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse

# deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse

# deb-src http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse

# deb-src http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb-src http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

2   其它Linux的163源:

参考网址:163源帮助页面
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: