无法将 Trusty 14.04.1 升级到 14.04.2 HWE

Jai*_*ruz 2 14.04

我发出了在https://wiki.ubuntu.com/Kernel/LTSEnablementStack 上找到的命令字符串并得到了这个结果:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but it is not going to be installed or
                                    ubuntu-system-settings-online-accounts but it is not going to be installed
 account-plugin-google : Depends: libaccount-plugin-google but it is not going to be installed or
                                  ubuntu-system-settings-online-accounts but it is not going to be installed
 libcheese-gtk23 : Depends: libcheese7 (>= 3.4.0) but it is not going to be installed
                   Depends: libclutter-1.0-0 (>= 1.13.2) but it is not going to be installed
                   Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
 libqt5gui5 : Depends: libgbm1 (>= 8.1~0) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Run Code Online (Sandbox Code Playgroud)

Vir*_*boy 5

如果出现此问题,则您必须使用 Ubuntu 软件中心或 apt-get 卸载这些软件包。

要使用 Ubuntu 软件中心:单击任务栏上的图标或使用 Super 键并键入Ubuntu Software Navigate to the Installed packages 并找到搜索栏,然后为每个错误提供包键入并卸载它们。

使用终端(apt-get)

sudo apt-get autoremove packages | apt-get autoclean
sudo apt-get purge
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

这确保没有留下任何东西。

还要等待来自软件中心更新程序的 Mesa 更新。然后删除libqt5gui5

需要删除的包如下

account-plugin-facebook
account-plugin-google
libqt5gui5
Run Code Online (Sandbox Code Playgroud)

此时使用维基给出的命令并安装。

注意:如果有其他包安装涉及此问题,则使用 apt-get 命令专门使用这些包的名称。