我使用的是 Ubuntu 16.04 GNOME,几个星期以来,每当我运行时Software Updater,
都会收到Not all updates can be installed
错误:
选择该Partial Upgrade
选项后,待处理的软件将自行更新(如果有),否则我会收到The software on this computer is up to date
消息。而该Continue
选项会显示以下消息:
运行这些命令:
sudo apt install -f
sudo dpkg --configure -a
sudo apt dist-upgrade
没有显示任何问题,但每次都会弹出此消息。我甚至尝试过Synaptic Package Manager
并尝试修复损坏的软件包,但没有任何效果。如何解决这个问题?
[编辑] 这是输出sudo apt-get update && sudo apt-get upgrade:
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:3 http://ppa.launchpad.net/numix/ppa/ubuntu xenial InRelease
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:6 http://archive.canonical.com/ubuntu xenial InRelease [102 kB]
Hit:7 http://ppa.launchpad.net/papirus/papirus/ubuntu xenial
Hit:8 http://ppa.launchpad.net/snwh/pulp/ubuntu xenial InRelease InRelease
Hit:9 http://ppa.launchpad.net/tista/adapta/ubuntu xenial InRelease
Hit:10 http://in.archive.ubuntu.com/ubuntu xenial InRelease
Get:11 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:12 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Fetched 306 kB in 32s (9,375 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[编辑] 存储库列表:
Canonical Partners
http://ppa.launchpad.net/snwh/pulp/ubuntu
http://ppa.launchpad.net/papirus/papirus/ubuntu
http://ppa.launchpad.net/tista/adapta/ubuntu
http://dl.google.com/linux/chrome/deb/
http://ppa.launchpad.net/numix/ppa/ubuntu
答案1
- 尝试停用不支持的更新在软件和更新窗口中。
- 转到水龙头,你可以看到存储库列表。仔细查看所有已检查的存储库。停用你不认识的存储库,它们对你来说似乎很奇怪,比如非官方的图形驱动程序存储库
答案2
软件更新程序启动的更新开始导致那些部分升级在我启用
开发者选项 > 预发布更新(巧妙提出的)设置。
我取消勾选后这些对话框就停止了开发者选项 > 预发布更新。