Erros ao instalar o KDESVN e o kde-runtime

1
sudo apt-get install kdesvn

retorna:

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:    
kdesvn : Depends: kde-runtime but it is not going to be installed    
Recommends: kompare but it is not going to be installed  
E: Unable to correct problems, you have held broken packages.

quando eu corro: sudo apt-get install kdesvn

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: 
 kde-runtime : Depends: kdelibs5-plugins (>= 4:4.14.1) but it is not going to be installed
               Depends: plasma-scriptengine-javascript (= 4:4.14.1-0ubuntu1.1) but it is not going to be installed
               Depends: libkdeclarative5 (>= 4:4.9.80) but it is not going to be installed
               Depends: libkdesu5 (>= 4:4.3.4) but it is not going to be installed
               Depends: libkdewebkit5 (>= 4:4.4.0) but it is not going to be installed
               Depends: libkdnssd4 (>= 4:4.3.4) but it is not going to be installed
               Depends: libkemoticons4 (>= 4:4.4.95) but it is not going to be installed
               Depends: libkfile4 (>= 4:4.3.4) but it is not going to be installed
               Depends: libkmediaplayer4 (>= 4:4.3.4) but it is not going to be installed
               Depends: libknewstuff3-4 (>= 4:4.4.0) but it is not going to be installed
               Depends: libknotifyconfig4 (>= 4:4.3.4) but it is not going to be installed
               Depends: libkpty4 (>= 4:4.3.4) but it is not going to be installed
               Depends: libplasma3 (>= 4:4.7.0) but it is not going to be installed 
E:Unable to correct problems, you have held broken packages.

O que devo fazer para corrigir isso?

    
por Hossain Alhaidari 15.01.2015 / 08:31

1 resposta

1

Eu usei aptitude para resolver o problema

sudo aptitude install kdesvn

Basta procurar a melhor solução que o aptitude lhe oferece ...

    
por Hossain Alhaidari 15.01.2015 / 08:48