Ubuntu 18.04 升级 20.04 Bate

前几天(2020.4.3)Canonical发布了Ubuntu 20.04 LTS Bate的最后一个测试版本,正式版将在4月23日放出。
详细更新日志和官方镜像下载就在:
https://wiki.ubuntu.com/FocalFossa/ReleaseNotes
等不及想尝尝鲜了,我是Windows+Ubuntu18.04 双系统,下面就来教大家怎么从18.04升级到20.04吧。

1. 将所有软件更新

sudo apt update
sudo apt upgrade -y
sudo reboot

注意,这里需要重启重载内核和库文件

2. 删除多余包和安装更新管理器

sudo apt --purge autoremove
sudo apt autoclean
sudo apt install update-manager-core

3. 升级

sudo do-release-upgrade

这里的输出可能会是:

Checking for a new Ubuntu release
There is no development version of an LTS available.
To upgrade to the latest non-LTS develoment release 
set Prompt=normal in /etc/update-manager/release-upgrades.

使用-d选项下载测试版

sudo do-release-upgrade -d

接下来就是一些更新和下载过程,需要确认的地方Entery,等啊等啊等…
Ubuntu 18.04 升级 20.04 Bate_第1张图片
直到出现以下输出就升级完毕了,然后重启:
Ubuntu 18.04 升级 20.04 Bate_第2张图片

这张图是借的,我的出错了然后进不了桌面,开机按Ctrl+Alt+F2登录命令行执行sudo dpkg --configure -a下载缺失包即可

sudo reboot
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu Focal Fossa (development branch)
Release:	20.04
Codename:	focal

4. 中文输入法

升级后之前的搜狗输入法已经不能用了,好像fcitx的输入法不支持了,解决方法看这里

5. enjoy it!

你可能感兴趣的:(Ubuntu,ubuntu,linux)