网站搭建
技术教程
ZAP-Hosting Gameserver and Webhosting

debian 10 升级 debian 11 最简单步骤

查看系统版本

cat /etc/debian_version

备份source-list文件:

cp /etc/apt/sources.list /etc/apt/sources.list.old

1.编辑source-list文件:

nano /etc/apt/sources.list

升级debian11 把下面这第一行内容添加到第一行

deb http://deb.debian.org/debian bullseye main contrib

升级debian12 把下面这第一行内容添加到第一行

deb http://deb.debian.org/debian bookworm main contrib

更新

apt update
apt full-upgrade

清理删除不需要的旧安装包

sudo apt autoremove --purge

赞(0) 打赏
未经允许不得转载:科技宝典 » debian 10 升级 debian 11 最简单步骤