Debian
新的穩定版發布後,我的 debian 測試會變成穩定版嗎?
目前,Debian 測試代號為
buster
,next-stable 為buster
.我已經安裝了 Debian testing 以使軟體包保持最新。我的問題是:我的 Debian 在穩定發布
stable
後會成為 Debian 的發行版嗎?buster
如果答案是肯定的:我想讓我的 Debian 保持在測試版本並保持軟體包是最新的,我應該怎麼做?
如果您的
/etc/apt/sources.list
文件引用buster
,那麼它將保持buster
從testing
到stable
然後old-stable
.如果您已引用,那麼無論目前的測試版本如何,
testing
它都會繼續存在。testing
您可以在Debian Wiki上查看更多詳細資訊,其中包括一個建議的
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