在 kubuntu 中安装 gnome 桌面

在 kubuntu 中安装 gnome 桌面

我正在尝试从 kubuntu 安装 gnome 桌面。所以我这样做了:sudo apt-get install ubuntu-desktop它运行良好,但现在我收到此错误:

sudeep@sudeep:~$ sudo apt-get install ubuntu-desktop 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ubuntu-desktop is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 firefox-globalmenu : Depends: firefox (= 20.0+build1-0ubuntu0.12.10.3) but it is not going to be installed
 firefox-gnome-support : Depends: firefox but it is not going to be installed
 lightdm-remote-session-uccsconfigure : Depends: firefox but it is not going to be installed
 xul-ext-websites-integration : Depends: firefox (>= 9.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

请帮我改正这个问题。

编辑 sudo apt-get -f 安装 ubuntu-desktop

Reading package lists... Done
Building dependency tree       
Reading state information... Done
ubuntu-desktop is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 firefox-globalmenu : Depends: firefox (= 20.0+build1-0ubuntu0.12.10.3) but it is not going to be installed
 firefox-gnome-support : Depends: firefox but it is not going to be installed
 lightdm-remote-session-uccsconfigure : Depends: firefox but it is not going to be installed
 xul-ext-websites-integration : Depends: firefox (>= 9.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答案1

然后尝试输入

sudo apt-get -f 安装 ubuntu-desktop

相关内容