我是一个 Linux 新用户。之前使用的是 Ubuntu 19.04,软件更新程序说我现在可以更新到 19.10,所以我说没问题。笔记本电脑在更新过程中突然关机,我再次打开它,然后再次尝试软件更新程序。它说我的升级中断了(我选择了部分升级)它不起作用(python 符号链接到 /usr/bin/python)尝试手动设置它。我之前确实尝试过 python 符号链接,因为 2.7 或类似的版本与 19.04 一起安装,我将其删除并将 /usr/bin/python 指向 python3,以便它默认运行。不起作用所以我尝试了 apt install --reinstall python3。
好的,升级仍然没有完成,所以与此同时我尝试了--fix-broken-installation(我猜只是想把所有东西都扔给它)和apt update和apt upgrade。
现在 apt upgrade 的输出有来自 .../ubuntu eoan/... 的来源,所以我猜之前的升级已经将其设置为那样了。现在 lsb_release -a 显示 19.10(apt upgrade 之后)
那么现在真的是 19.10 了吗?或者这仍然是一些部分升级(软件包升级了,但其余的不像内核之类的),那么我如何检查 19.10 升级的完整性?
输出lsb_release -a;sudo apt 更新;sudo dist-upgrade--模拟
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan
Hit:1 http://ppa.launchpad.net/teejee2008/ppa/ubuntu eoan InRelease
Hit:2 http://archive.canonical.com/ubuntu bionic InRelease
Hit:3 http://archive.ubuntu.com/ubuntu eoan InRelease
Hit:4 http://archive.ubuntu.com/ubuntu eoan-updates InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:6 http://archive.ubuntu.com/ubuntu eoan-security InRelease
Hit:7 http://ph.archive.ubuntu.com/ubuntu bionic InRelease
Hit:8 http://ph.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:9 http://ph.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists...
Building dependency tree...
Reading state information...
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages were automatically installed and are no longer required:
linux-headers-5.0.0-32 linux-headers-5.0.0-32-generic
linux-image-5.0.0-32-generic linux-modules-5.0.0-32-generic
linux-modules-extra-5.0.0-32-generic
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
libdjvulibre-text libdjvulibre21
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst libdjvulibre-text [3.5.27.1-13] (3.5.27.1-13ubuntu0.1 Ubuntu:19.10/eoan-updates, Ubuntu:19.10/eoan-security [all])
Inst libdjvulibre21 [3.5.27.1-13] (3.5.27.1-13ubuntu0.1 Ubuntu:19.10/eoan-updates, Ubuntu:19.10/eoan-security [amd64])
Conf libdjvulibre-text (3.5.27.1-13ubuntu0.1 Ubuntu:19.10/eoan-updates, Ubuntu:19.10/eoan-security [all])
Conf libdjvulibre21 (3.5.27.1-13ubuntu0.1 Ubuntu:19.10/eoan-updates, Ubuntu:19.10/eoan-security [amd64])
编辑:根据评论添加输出