Instale o desktop gnome no kubuntu

0

Estou tentando instalar o desktop gnome do kubuntu. Então eu fiz isso: sudo apt-get install ubuntu-desktop correu bem, mas agora eu estou recebendo este erro:

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).

Por favor me ajude a corrigir isso.

EDITAR sudo apt-get -f instalar o 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).
    
por sudeepdino008 04.04.2013 / 21:09

1 resposta

1

Tente digitar então

sudo apt-get -f instala o ubuntu-desktop

    
por user139172 04.04.2013 / 21:19