发布时从 Debian RC 更新到稳定版本?

Updating from a Debian RC to a stable version when released?

如果我今天安装 Debian Jessie RC,除了 'apt-get update' 之外,我还需要做任何特别的事情才能在发布时获得 Jessie 稳定版吗?

除了 "apt-get update",您唯一需要做的就是 "apt-get upgrade" :)

此外,您甚至可以使用这两个命令从 Debian 7 迁移到 Debian 8。

从稳定更新到稳定(例如,从 6 squeeze 到 7 wheezy)

apt-get update  
apt-get upgrade  
apt-get dist-upgrade  
reboot 

从 RC 更新到 Stable 就足够了,使用 SOFA 写的命令