最后在线: 活跃于 1年, 5个月前
评论: 7
获赞: 0
文章: 0
粉丝: 69
关注: 69
好友: 2
User Rating: ( vote)
TomyTang 在版块 Linux平台 中发起了话题 Ubuntu系统升级到最新的发行版本 2年, 3个月前
升级前建议先备份系统
1.升级系统到最新状态
apt update
apt upgrade -y
apt dist-upgrade -y
apt autoclean
apt autoremove -y
2. 使用 do-release-upgrade 命令,这个方法比较简单,一般来说可以首选这个方法。
1>首先安装 update-manager-core 软件包:
apt install update-manager-core
2> 然后运行如下命令即可更新。按照提示操作即可。
do-release-upgrade -d
升级完成后重启系统