debian 5のソース
1423 ワード
端末でコマンドを実行する
現在のソース・リストをバックアップし、必要に応じてリカバリします.
ソースリストの編集
以下の各サーバリストの内容から置換ファイルのすべての内容を選択し、一般的には1~2つのグループを追加すれば、更新速度に影響を与えることができます.非公式ソースでのパッケージの不全を防ぐためにsources.listファイルの末尾に公式ソースのセットを追加します.#deb file:/cdrom/etch main contrib #deb http://mirrors.cn99.com/debian/lenny main non-free contrib #deb-src http://mirrors.cn99.com/debian/lenny main non-free contrib deb http://mirrors.163.com/
deb http://ftp.tw.debian.org/debian lenny main
deb-src http://ftp.tw.debian.org/debian lenny main
以上が現在のdebian lenny速度が安定している源である
編集保存後にapt-get update apt-get upgrade apt-get dist-upgradeを実行
現在のソース・リストをバックアップし、必要に応じてリカバリします.
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
ソースリストの編集
Ubuntu debian :
gedit /etc/apt/sources.list
Kubuntu :
kdesu kate /etc/apt/sources.list
Xubuntu :
gksu mousepad /etc/apt/sources.list
:
sudo vim /etc/apt/sources.list
以下の各サーバリストの内容から置換ファイルのすべての内容を選択し、一般的には1~2つのグループを追加すれば、更新速度に影響を与えることができます.非公式ソースでのパッケージの不全を防ぐためにsources.listファイルの末尾に公式ソースのセットを追加します.#deb file:/cdrom/etch main contrib #deb http://mirrors.cn99.com/debian/lenny main non-free contrib #deb-src http://mirrors.cn99.com/debian/lenny main non-free contrib deb http://mirrors.163.com/
debian stable contrib main non-free
deb-src http://mirrors.163.com/debian stable contrib main non-free
deb http://mirror.dlut.edu.cn/debian/lenny main non-free contrib deb-src http://mirror.dlut.edu.cn/debian/lenny main non-free contrib deb http://debian.ustc.edu.cn/debian/lenny main non-free contrib deb-src http://debian.ustc.edu.cn/debian/lenny main non-free contrib deb http://ftp.tw.debian.org/debian lenny main
deb-src http://ftp.tw.debian.org/debian lenny main
以上が現在のdebian lenny速度が安定している源である
編集保存後にapt-get update apt-get upgrade apt-get dist-upgradeを実行