Debian9.4ソースの正しい姿勢を交換する
1283 ワード
#既存のソースプロファイルのバックアップ $ cp /etc/apt/sources.list /etc/apt/sources.listbak
#ソースプロファイルを削除 $ rm -f /etc/apt/sources.list
#国内のソースプロファイルの生成 $ echo "deb http://ftp.cn.debian.org/debian/ stretch main" > /etc/apt/sources.list
$ echo "deb http://ftp.cn.debian.org/debian/ stretch-updates main" >> /etc/apt/sources.list
$ echo "deb http://ftp.cn.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
#更新元 $ apt-get update
debianのグローバルミラーステーション:
https://www.debian.org/mirror/list
$ cp /etc/apt/sources.list /etc/apt/sources.listbak
$ rm -f /etc/apt/sources.list
#国内のソースプロファイルの生成 $ echo "deb http://ftp.cn.debian.org/debian/ stretch main" > /etc/apt/sources.list
$ echo "deb http://ftp.cn.debian.org/debian/ stretch-updates main" >> /etc/apt/sources.list
$ echo "deb http://ftp.cn.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
#更新元 $ apt-get update
debianのグローバルミラーステーション:
https://www.debian.org/mirror/list
$ echo "deb http://ftp.cn.debian.org/debian/ stretch main" > /etc/apt/sources.list
$ echo "deb http://ftp.cn.debian.org/debian/ stretch-updates main" >> /etc/apt/sources.list
$ echo "deb http://ftp.cn.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
$ apt-get update
debianのグローバルミラーステーション:
https://www.debian.org/mirror/list