mutt instalação

2

Eu tentei instalar o mutt no ubuntu 14.04 da seguinte forma,

sudo apt-get install mutt

e eu recebo

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:
 mutt : Depends: libtokyocabinet9 (>= 1.4.47) but it is not installable
E: Unable to correct problems, you have held broken packages.

eu tentei

sudo apt-get update
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
sudo apt-get install mutt

mas o problema não está resolvido.

    
por Rakesh KR 04.05.2015 / 13:28

1 resposta

0

Deixe aptitude resolver o problema para você.

sudo apt-get install aptitude

Iniciar o aptitude

sudo aptitude

No final, as soluções de problema são oferecidas.

Use E para Examinar e . e / ou ,

Aplique com !

E vá com G

Outra ótima ferramenta para corrigir pacotes corrompidos é sináptica:

sudo apt-get install synaptic

Comece do traço com

synaptic

Ou em um terminal com

synaptic-pkexec

Agora você pode consertar pacotes quebrados.

    
por A.B. 04.05.2015 / 13:58