Instalando o KDE ao lado do Ubuntu 12.04

0

Eu gostaria de instalar o KDE ao lado do Ubuntu 12.04 com os seguintes comandos:

sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update

E, em seguida, abaixo do comando obter algum erro:

sudo apt-get install kubuntu-desktop

O erro:

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:
 kubuntu-desktop : Depends: kde-window-manager
E: Unable to correct problems, you have held broken packages.

Qualquer ajuda seria ótima.

    
por Hamed Kamrava 05.11.2013 / 09:35

1 resposta

3

Poderia tentar remover o repositório de backports do kubuntu indo para     Software & amp; Atualizações > Outras fontes

E, em seguida, removendo o repositório ppa:kubuntu-ppa/backports .

Tente novamente com:

sudo apt-get update
sudo apt-get install kubuntu-desktop
    
por Minos 05.11.2013 / 09:52