Problema com a instalação do tema Oxygen-Transparent no Kubuntu

0

Eu gostaria de instalar o tema Oxygen-Transparent no Kubuntu 12.04. ( the KDE version is 4.11.2 )

Para instalar isso:

sudo apt-get install build-essential cmake kdelibs5-dev

e depois:

sudo apt-get install kdebase-workspace-dev libxrender-dev libx11-dev git

Acima do comando, receba um erro:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
git is already the newest version.
libx11-dev is already the newest version.
libx11-dev set to manually installed.
libxrender-dev is already the newest version.
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:
 kdebase-workspace-dev : Depends: kde-workspace-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Por favor, me diga o que eu sinto falta aqui?

Qualquer ajuda seria apreciada.

    
por Hamed Kamrava 05.11.2013 / 13:01

1 resposta

1

Se você tentar fazer:

sudo apt-get install kde-workspace-dev

Ele mostrará algo assim:

kde-workspace-dev : Depends: libkwinglesutils1 (= 4:4.8.5-0ubuntu0.3) but it is not going to be installed
                    Depends: libkwinactiveglesutils1 (= 4:4.8.5-0ubuntu0.3) but it is not going to be installed

Então, novamente:

sudo apt-get install libkwinglesutils1 libkwinactiveglesutils1

E agora você pode tentar novamente seu antigo comando:

sudo apt-get install kdebase-workspace-dev libxrender-dev libx11-dev git
    
por Jorge Palacio 23.02.2014 / 06:55