1. 前言
本文主要讲述ubuntu 19.10系统的新特性。发布的Ubuntu Linux 19.10将支持9个月,直到2020年7月。它的代号是Eoan Ermine。新版本附带了更新的Linux内核5.3.x, NVIDIA驱动的游戏或AI编程,根分区采用ZFS,OpenStack train版本等等。让我们看看Ubuntu 19.10有什么新特性,以及如何使用命令行选项将19.04升级到19.10。
2. Ubuntu 19.10新特性之Linux kernel 5.3
Ubuntu 19.10新特性之一,附带Linux内核版本5.3.x。最新的内核是非常有用的前沿硬件和WiFi设备。改进的支持包括:
- 支持英特尔WiFi 6 AX200
- AMD Navi GPUs
- New ARM SoCs
- ARM Komeda display
- Intel Speed Select on Xeon servers
- Improved boot speed due to lz4 kernel compression algorithm
3. Ubuntu 19.10新特性之root分区采用ZFS
Ubuntu 19.10新特性支持ZFS文件系统。ZFS是一个由Sun Microsystems创建的文件系统和逻辑卷管理器。可以直接从安装程序创建ZFS文件系统。这是一个实验性的特征。因此,不建议在生产中使用。
4. Ubuntu 19.10新特性之GNOME Desktop version 3.34
Ubuntu 19.10新特性包括最新的和前沿的GNOME v3.34包含了许多bug修复。我喜欢一个叫做Yaru的新主题,它有黑色的变种和更低的CPU使用率。
你可以很容易地在控制面板上看到更好的wifi和墙纸设置。有关更多信息,请参见这里的GNOME发行说明。
5. Ubuntu 19.10新特性之NVIDIA驱动集成在ISO镜像中
Ubuntu 19.10把NVIDIA驱动集成在ISO镜像中。你可以在安装Ubuntu 19.10的过程中直接安装NVIDIA驱动程序,而不需要联网。
6. Ubuntu 19.10新特性之支持Raspberry Pi 4
支持树莓派4现在是默认安装程序的一部分,包括各种版本的树莓派系列设备,如RPi3/2和更多。
7. Ubuntu 19.10新特性之19.10更新应用程序版本
Ubuntu 19.10新特性其中一个新特性就是更新众多应用程序版本。
更新更好的软件支持在Ubuntu Linux 19.10上开发很酷的应用程序:
Productivity App or Toolchain | Version |
---|---|
ansible | 2.8.3 |
apache 2 | 2.4.41 |
bash | 5.0.3 |
cloud-init | 19.2 |
dpdk | 18.11.2 |
Firefox | 69 |
glibc | 2.30 |
GNU/GCC | 9.2, |
golang | 1.12.10 |
LibreOffice | 6.3 |
libvirt | 5.6 |
mysql | 8.0 |
nginx | 1.16.1 |
OpenJDK | 11 |
Open vSwitch | 2.12 |
perl | 5.28.1 |
php | 7.3 |
PulseAudio | 13.0 |
python 2 | 2.7.17rc1 |
python 3 | 3.7rc1 |
python (interpreter only) | 3.8.0 |
QEMU | 4.0 |
ruby | 2.5.5 |
rustc (rustlang) | 1.37 |
Thunderbird | 68 |
请注意,ubuntu19.10在GNU GCC编译器中启用了默认强化。现在,除了少数例外情况外,主repo中的所有包都支持堆栈冲突保护和控制流完整性保护。
8. 如何从Ubuntu 19.04升级到19.10?
确保备份所有相关数据。接下来,使用以下apt命令或apt-get命令更新系统:
sudo apt update
sudo apt upgrade
如果您的系统安装了新的Linux内核更新,请重新启动Linux系统:
sudo reboot
接下来,安装update-manager-core:
sudo apt install update-manager-core
请确保/etc/update-manager/release-upgrade中的提示行被设置为Prompt=normal。在grep命令或者cat命令的帮助下验证:
grep 'Prompt=' /etc/update-manager/release-upgrades
cat /etc/update-manager/release-upgrades
输出的结果类似于以下:
# Default behavior for the release upgrader. [DEFAULT]
# Default prompting and upgrade behavior, valid options:
#
# never - Never check for, or allow upgrading to, a new release.
# normal - Check to see if a new release is available. If more than one new
# release is found, the release upgrader will attempt to upgrade to
# the supported release that immediately succeeds the
# currently-running release.
# lts - Check to see if a new LTS release is available. The upgrader
# will attempt to upgrade to the first LTS release available after
# the currently-running one. Note that if this option is used and
# the currently-running release is not itself an LTS release the
# upgrader will assume prompt was meant to be normal.
Prompt=normal
现在一切都准备好了。因此,使用命令启动升级工具,并遵循屏幕上的说明:
sudo do-release-upgrade -d
重新启动系统并检查Ubuntu版本:
lsb_release -a
cat /etc/os-release
输出类似以下的结果:
NAME="Ubuntu"
VERSION="19.10 (Eoan Ermine)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.10"
VERSION_ID="19.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=eoan
UBUNTU_CODENAME=eoan
9. 结论
Ubuntu Linux 19.10是一个值得注意的升级,它附带了很多更新的软件和新特性,开发人员喜欢使用NVIDIA GPU构建web应用程序、容器工作负载、AI/MI编程或游戏。台式机提供了一个愉快的体验,可以作为新发布的XPS 13或Thinkpad T或X系列笔记本电脑的一个很好的补充。我正在使用它,并且喜欢它。就去做吧。
评论前必须登录!
注册