我想将我的 Ubuntu 14.04.2 升级到 Ubuntu 15.10。我了解到我必须先升级到 14.10,然后升级到 15.04,最后升级到 15.10。在终端中我输入:
sudo apt-get dist-upgrade
大约下载了 315 MB 的数据,文本在终端窗口中滚动。最后,这个过程结束了。我重启了系统并在终端中运行:
lsb_release -a
并给出了输出:
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch:core-4.1-ia32:core-4.1-noarch:security-4.0-ia32:security-4.0-noarch:security-4.1-ia32:security-4.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2
等等...我很震惊它没有升级,我现在应该怎么做才能升级,我出了什么问题?谢谢!
答案1
首先,14.10 已经超出使用寿命,因此会更加困难。
第二个“dist-upgrade”不会升级 ubuntu。(这是一个相当常见的误解,也许“dist-upgrade”选项有点误导,也许 dist-sync 或类似的选项会更好)。
从手册页中:http://manpages.ubuntu.com/manpages/vivid/man8/apt-get.8.html
分布式升级
dist-upgrade in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages; apt-get has a "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. So, dist-upgrade command may remove some packages. The /etc/apt/sources.list file contains a list of locations from which to retrieve desired package files. See also apt_preferences(5) for a mechanism for overriding the general settings for individual packages.
通过运行更新管理器进行升级
http://www.ubuntu.com/download/desktop/upgrade
最后,这种方式升级会花费更长的时间,也更容易出错。全新安装速度更快,更可靠,只要您不格式化包含 /home 的分区,它就会保留 /home 中的数据。
https://help.ubuntu.com/community/UbuntuReinstallation
自 Hardy 以来,可以重新安装 Ubuntu 而不会丢失 /home 文件夹(该文件夹包含程序设置、互联网书签、电子邮件和所有文档、音乐、视频和其他用户文件)的内容。即使 /home 不在单独的分区上,也可以做到这一点(如果您最初安装 Ubuntu 时没有手动将其分离,则默认情况下是这种情况)。本教程还可用于升级 Ubuntu(例如从 12.04 live-CD 升级到 11.04 -> 12.04)。
全新安装的另一个不言而喻的优势是,您有机会在升级之前在硬件上测试新版本的 Ubuntu。通过更新管理器升级后发现硬件有问题,这很令人沮丧,只能重新安装和更新旧版本。
最后,在升级之前,升级总是可能会失败,因此请先备份数据。
答案2
sudo apt-get dist-upgrade
不会将 Ubuntu 升级到下一个版本。
将 14.04.2 LTS 升级到 14.10 通常不是一个好主意。
Ubuntu 15.10 尚未发布。仅可用于测试目的。
我建议保留 14.04 LTS。或者,如果您急需最新版本,也可以全新安装 15.04。