mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
PRF
@geekpi
This commit is contained in:
parent
bf21f87435
commit
3fec64d6cb
@ -1,6 +1,6 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (geekpi)
|
||||
[#]: reviewer: ( )
|
||||
[#]: reviewer: (wxy)
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Ubuntu 19.04 Has Reached End of Life! Existing Users Must Upgrade to Ubuntu 19.10)
|
||||
@ -10,41 +10,33 @@
|
||||
Ubuntu 19.04 已经到期!现有用户必须升级到 Ubuntu 19.10
|
||||
======
|
||||
|
||||
_**简要:Ubuntu 19.04 已在 2020 年 1 月 23 日到期,这意味着运行 Ubuntu 19.04 的系统将不再接收安全和维护更新,因此将使其容易受到攻击。**_
|
||||
> Ubuntu 19.04 已在 2020 年 1 月 23 日到期,这意味着运行 Ubuntu 19.04 的系统将不再会接收到安全和维护更新,因此将使其容易受到攻击。
|
||||
|
||||
![][1]
|
||||
|
||||
[Ubuntu 19.04][2] 于 2019 年 4 月 18 日发布。由于它不是长期支持(LTS)版本,因此只有 9 个月的支持。
|
||||
[Ubuntu 19.04][2] 发布于 2019 年 4 月 18 日。由于它不是长期支持(LTS)版本,因此只有 9 个月的支持。完成它的发行周期后,Ubuntu 19.04 于 2020 年 1 月 23 日到期。
|
||||
|
||||
完成它的发行周期后,Ubuntu 19.04 于 2020 年 1 月 23 日到期。
|
||||
|
||||
Ubuntu 19.04 带来了一些视觉和性能方面的改进,为时尚和美观的 Ubuntu 外观铺平了道路。
|
||||
|
||||
与其他常规 Ubuntu 版本一样,它的生命周期为 9 个月。它如今结束了。
|
||||
Ubuntu 19.04 带来了一些视觉和性能方面的改进,为时尚和美观的 Ubuntu 外观铺平了道路。与其他常规 Ubuntu 版本一样,它的生命周期为 9 个月。它如今结束了。
|
||||
|
||||
### Ubuntu 19.04 终止了吗?这是什么意思?
|
||||
|
||||
EOL(End of life) 是指在某个日期之后操作系统版本将无法获得更新。
|
||||
EOL(End of life)是指在某个日期之后操作系统版本将无法获得更新。你可能已经知道 Ubuntu(或其他操作系统)提供了安全性和维护升级,以使你的系统免受网络攻击。当发行版到期后,操作系统将停止接收这些重要更新。
|
||||
|
||||
你可能已经知道 Ubuntu(或其他操作系统)提供了安全性和维护升级,以使你的系统免受网络攻击。
|
||||
|
||||
当发行版到期后,操作系统将停止接收这些重要更新。
|
||||
|
||||
如果您你操作系统版本到期后继续使用系统,那么系统将容易受到网络和恶意软件的攻击。
|
||||
|
||||
不仅如此。在 Ubuntu 中,你使用 APT 从软件中心下载的应用也不会更新。实际上,你将不再能够[使用 apt-get 命令安装新软件][3](如果不是立即,那就是逐渐地)。
|
||||
如果你的操作系统版本到期后继续使用该系统,那么系统将容易受到网络和恶意软件的攻击。不仅如此。在 Ubuntu 中,你使用 APT 从软件中心下载的应用也不会更新。实际上,你将不再能够[使用 apt-get 命令安装新软件][3](如果不是立即,那就是逐渐地)。
|
||||
|
||||
### 所有 Ubuntu 19.04 用户必须升级到 Ubuntu 19.10
|
||||
|
||||
从 2020 年 1 月 23 日开始,Ubuntu 19.04 将停止接收更新。你必须升级到 2020 年 7 月之前受支持的 Ubuntu 19.10。
|
||||
从 2020 年 1 月 23 日开始,Ubuntu 19.04 将停止接收更新。你必须升级到 2020 年 7 月之前受支持的 Ubuntu 19.10。这也适用于其他[官方 Ubuntu 衍生版][4],例如 Lubuntu、Xubuntu、Kubuntu 等。
|
||||
|
||||
这也适用于其他[官方 Ubuntu 衍生版][4],例如 Lubuntu、Xubuntu、Kubuntu 等。
|
||||
你可以在“设置 -> 细节” 或使用如下命令来[检查你的 Ubuntu 版本][9]:
|
||||
|
||||
```
|
||||
lsb_release -a
|
||||
```
|
||||
|
||||
#### 如何升级到 Ubuntu 19.10?
|
||||
|
||||
值得庆幸的是,Ubuntu 提供了简单的方法来将现有系统升级到新版本。
|
||||
|
||||
实际上,Ubuntu 还会提示你有新的 Ubuntu 版本可用,你应该升级到该版本。
|
||||
值得庆幸的是,Ubuntu 提供了简单的方法来将现有系统升级到新版本。实际上,Ubuntu 还会提示你有新的 Ubuntu 版本可用,你应该升级到该版本。
|
||||
|
||||
![Existing Ubuntu 19.04 should see a message to upgrade to Ubuntu 19.10][5]
|
||||
|
||||
@ -67,7 +59,7 @@ via: https://itsfoss.com/ubuntu-19-04-end-of-life/
|
||||
作者:[Abhishek Prakash][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
@ -81,3 +73,4 @@ via: https://itsfoss.com/ubuntu-19-04-end-of-life/
|
||||
[6]: https://itsfoss.com/update-ubuntu/
|
||||
[7]: https://itsfoss.com/upgrade-ubuntu-version/
|
||||
[8]: https://itsfoss.com/install-ubuntu/
|
||||
[9]: https://itsfoss.com/how-to-know-ubuntu-unity-version/
|
||||
|
Loading…
Reference in New Issue
Block a user