Debian From Scratch(DFS)是教育工具,无官方定期更新,其更新需手动操作,步骤如下:
更新软件源:
编辑 /etc/apt/sources.list
文件,替换为最新稳定版软件源(如从 Debian 11 替换为 12),保存后运行:
sudo apt update
安装系统更新:
sudo apt upgrade
sudo apt full-upgrade
清理与重启:
sudo apt autoremove
sudo systemctl reboot
注意: