debian 9 安全升级到Debian 10的方法
查看下当前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
💘 相关文章
- debian 9 安裝vestacp 的方法
- Debian系统webpack: not found的解决方法
- 更改或设置debian时区的方法
- 亲测可用debian 9添加多ip实例的方法
- Debian 10 开启和关闭Ipv6的方法
- Debian系统出现 "gpg: command not found"的解决方法
- debian 8平滑升级到debian 9
- Detailed tutorial for upgrading debian 7 to debian 8 and configuring bbr acceleration.
- 在ubuntu和Debian系统单网卡绑定多个IP v6地址的方法
- 转载:Debian制作Cloud-Init的pve系统模版