我已经安装了ubuntu-desktop软件包并且可以在我的机器上工作。我错误地删除了一个软件包,这导致很多台式机软件包开始被卸载。我中途停止了该过程,但是现在我无法安装(重新安装)或删除桌面
$ sudo apt install --reinstall ubuntu-desktop
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:
ubuntu-desktop : Depends: gnome-session-canberra but it is not going to be installed
Depends: pulseaudio
Depends: ubuntu-session but it is not going to be installed
Depends: unity but it is not going to be installed
Depends: unity-control-center but it is not going to be installed
Depends: unity-greeter but it is not going to be installed
Depends: unity-settings-daemon but it is not going to be installed
Recommends: aisleriot but it is not going to be installed
Recommends: cheese but it is not going to be installed
Recommends: gnome-bluetooth but it is not going to be installed
Recommends: gnome-disk-utility but it is not going to be installed
Recommends: gnome-screenshot but it is not going to be installed
Recommends: onboard but it is not going to be installed
Recommends: pulseaudio-module-bluetooth but it is not going to be installed
Recommends: pulseaudio-module-x11 but it is not going to be installed
Recommends: whoopsie but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
,如果要删除它:
$ sudo apt remove ubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'ubuntu-desktop' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
我尝试了以下命令:
sudo apt install -f
sudo apt dist-upgrade
sudo apt update
sudo apt autoremove
sudo apt autoclean
对最终结果没有影响。