Ubuntu13.10ソースの更新

1505 ワード

1.ソースファイルをバックアップする;
root@localhost:~# cd /etc/apt/
root@localhost:/etc/apt# ls
apt.conf.d     sources.list   sources.list.20140731bk  trustdb.gpg trusted.gpg.d
preferences.d  sources.list~ sources.list.d          trusted.gpg
root@localhost:/etc/apt# mv sources.listsources.list.20140731bk

 
2.ソースファイルの作成と編集
root@localhost:/etc/apt# vim sources.list
 :
deb http://mirrors.163.com/ubuntu/ saucymain restricted universe multiverse
deb http://mirrors.163.com/ubuntu/saucy-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/saucy-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/saucy-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/saucy-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/saucy main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/saucy-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/saucy-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/saucy-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/saucy-backports main restricted universe multiverse

#以上は163ソースです.より多くのソースアドレスが必要な場合は、http://chenrongya.blog.163.com/blog/static/87474196201392593446898/
 
3.ソースファイルの更新
root@localhost:/etc/apt# apt-get update

転載先:https://blog.51cto.com/jerry0117/1533383