我正在尝试在 14.04 上安装 ubuntu-desktop 但是运行时apt-get install ubuntu-desktop
出现错误:
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: ubuntu-session but it is not going to be installed
E: Unable to correct problems, you have held broken packages."
使用 synaptic 时,此包上会显示红色标记。我尝试了apt-get clean
以及,apt-get update
但没有成功。
答案1
您的问题是您无法安装ubuntu 会话包。该包与gnome 会话和ubuntu 设置包。为了了解更多信息,我会尝试apt-get install ubuntu-session
看看它会出现什么错误。