debian 9 安全升级到Debian 10的方法

Friday, May 14, 2021 | 1 minute read | Updated at Friday, May 14, 2021

@

查看下当前debian系统版本

lsb_release -a

更新: apt-get update && apt-get upgrade

备份旧的镜像地址文件:

cp /etc/apt/sources.list /etc/apt/sources.list.orig

修改/etc/apt/sources.list里所有“stretch”替换为“buster”:

sed -i 's/stretch/buster/g' /etc/apt/sources.list

再次更新

apt-get update && apt-get upgrade

执行升级命令

apt-get dist-upgrade

重启系统

reboot

查看下当前debian版本

lsb_release -a

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.