我想问一下这个安装过程是否正确:
我知道有下载软件包的镜像或网站/etc/apt/sources.list
,因此,更新我的 Jessie 8.8 后,我编辑sources.list
为:
deb http://deb.debian.org/debian stretch main contrib non-free
deb-src http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
deb-src http://deb.debian.org/debian stretch-updates main contrib non-free
然后又进行了更新和升级。我想仅此而已。我的笔记本里没有什么重要的东西,所以我没有备份。
编辑
我更改为 Stretch 的原因是许多软件包无法使用 Jessie asR
和进行更新rpy2
(至少以简单的方式)。
这个过程正确吗?
答案1
是的,但首先请确保您的 Jessie 安装是最新的。
首先,和你的 Jessie 一起sources.list
完成apt-get update && apt-get dist-upgrade
这个过程。
完成后,将 Jessie 更改sources.list
为 Stretch -
sed -i s/jessie/stretch/g /etc/apt/sources.list
然后更新升级
apt-get update && apt-get dist-upgrade
然后享受新的弹性美好。