Debian testing严格来说并不是一个真正意义上的版本,它在官方中的解释是下一个稳定 Debian 发行版的当前开发状态,并且是滚动更新。说白了就是你在Debian中体验滚动更新的一种方式。
来自 Debian Unstable(sid)的软件包将自动进入作为下一个稳定版的 testing 发行版,
更换到Debian testing的方式
先正常安装Debian stable(当前的最新稳定版);
然后编辑/etc/apt/sources.list
文件,这是记录你更新源的文件,然后将其中你当前版本的代号(或者stable),如当前的Debian 9的代号是“stretch”,将其替换为testing
(或者你下一个版本的代号,我这里是”buster“)即可。
例如我替换为下个版本号
deb http://mirrors.ustc.edu.cn/debian/ buster main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ buster main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ buster-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ buster-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ buster/updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian-security/ buster/updates main contrib non-free
然后执行以下命令即可
sudo apt-get update
sudo apt-get full-upgrade
然后你就更新为Debian testing了。
BTW:Debian stable养老很不错。