查看系统版本
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