debian 9 添加源
Posted sirpi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了debian 9 添加源相关的知识,希望对你有一定的参考价值。
1.将下面内容的添加入/etc/apt/sources.list
deb http://ftp.cn.debian.org/debian/ stretch main deb http://ftp.cn.debian.org/debian/ stretch-updates main deb http://ftp.cn.debian.org/debian-security stretch/updates main deb https://dl.winehq.org/wine-builds/debian/ stretch main
你也可以用一下命令:
echo "deb http://ftp.cn.debian.org/debian/ stretch main deb http://ftp.cn.debian.org/debian/ stretch-updates main deb http://ftp.cn.debian.org/debian-security stretch/updates main deb https://dl.winehq.org/wine-builds/debian/ stretch main" >> /etc/apt/sources.lsit
2.执行更新动作
apt-get update
以上是关于debian 9 添加源的主要内容,如果未能解决你的问题,请参考以下文章
python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。