我遵循这个关于如何安装gnome的教程,但是在运行命令之后
sudo apt install ubuntu-gnome-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-gnome-desktop : Depends: xorg but it is not going to be installed
Recommends: gnome-photos but it is not going to be installed
Recommends: libreoffice-style-tango but it is not going to be installed
E: Unable to correct problems, you have held broken packages.发布于 2018-07-05 14:52:59
在安装时尝试使用-f选项来修复损坏的包或依赖项:
apt -f install ubuntu-gnome-desktop您可以尝试为当前发行版搜索gnome的正确包:
apt-cache search gnome-desktophttps://askubuntu.com/questions/1052408
复制相似问题