目前,Debian 测试代号是buster
,下一个稳定版将是buster
。
我已经安装了 Debian 测试以保持软件包最新。我的问题是:我的 Debian稳定版发布stable
后会成为 Debian 的发行版吗?buster
如果答案是肯定的:我想将 Debian 保留为测试版本并保持软件包最新,我应该做什么?
答案1
如果您的/etc/apt/sources.list
文件引用buster
,那么它将保持buster
从testing
到 的stable
状态old-stable
。
如果您已引用,那么无论当前测试版本如何,testing
它都会保留。testing
您可以查看更多详细信息Debian 维基,其中包括建议的sources.list
文件。我已经接受了它并对其进行了调整以参考testing
您的问题中提到的:
deb http://deb.debian.org/debian testing main contrib non-free
deb-src http://deb.debian.org/debian testing main contrib non-free
deb http://deb.debian.org/debian-security/ testing/updates main contrib non-free
deb-src http://deb.debian.org/debian-security/ testing/updates main contrib non-free
deb http://deb.debian.org/debian testing-updates main contrib non-free
deb-src http://deb.debian.org/debian testing-updates main contrib non-free
答案2
这取决于您使用的发行版的名称。
检查你的/etc/apt/sources.list
文件。如果它包含如下行:
deb http://ftp.nl.debian.org/debian/ buster main
那么您的系统将保留buster
,即使它作为稳定版本发布。
如果你有这样的行:
deb http://ftp.nl.debian.org/debian/ testing main
那么您的系统将保留为testing
.为发布时的大量更新做好准备buster
,因为在正式发布之前,该版本会经历冻结期以解决最后的关键问题;然而,下一个testing
版本将包含冻结期间所做的所有更改。