标签:echo http update debian wine style sources .debian apt
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
标签:echo http update debian wine style sources .debian apt
原文地址:https://www.cnblogs.com/SirPi/p/9737957.html