我的盒子告诉我应该运行:
sudo apt autoremove
所以我这样做了,之后我运行:
sudo apt-get update && sudo apt-get dist-upgrade
而且还出现了这些我从未见过的消息:
正在启动 pkgProblemResolver,损坏数量:0 正在启动 2 个 pkgProblemResolver,损坏数量:0
它们是错误信息吗?
提前致谢
以下是命令和完整的输出:
$ sudo apt-get update && sudo apt-get dist-upgrade 点击数:1 http://download.virtualbox.org/virtualbox/debian xenial InRelease Ign:2 http://dl.google.com/linux/chrome/deb 稳定版 点击数:3 http://us.archive.ubuntu.com/ubuntu xenial InRelease 点击数:4 http://repository.spotify.com 稳定版 InRelease 点击数:5 http://dl.google.com/linux/chrome/deb 稳定版本 点击数:6 http://archive.canonical.com/ubuntu xenial InRelease 获取:7 http://us.archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB] 点击数:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease 点击数:9 http://archive.neon.kde.org/user xenial InRelease 点击数:10 https://dl.yarnpkg.com/debian stable InRelease 点击数:12 https://deb.nodesource.com/node_6.x xenial InRelease 点击数:13 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease 点击数:14 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease 获取:15 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB] 点击数:16 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease 1 秒内获取 204 kB(175 kB/秒) 正在读取软件包列表...完成 正在读取软件包列表...完成 构建依赖关系树 正在读取状态信息...完成 正在启动 pkgProblemResolver,损坏数量:0 正在启动 2 个 pkgProblemResolver,损坏数量:0 完毕 计算升级...完成 升级了 0 个,新安装了 0 个,要删除 0 个,并且未升级 0 个。
答案1
我正在使用 KDE neon 5.11,我了解到一些事情,这些消息不是错误,并且使用以下命令一切都会更新 ubuntu 和 KDE 软件包
sudo apt-get update && sudo apt-get dist-upgrade && pkcon refresh && pkcon update