instalando bibliotecas de 32 bits no Ubuntu 14.04 64bit: erros

0
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:
 lib32stdc++6 : Depends: lib32gcc1 (>= 1:4.1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

o que eu faço agora?

    
por aishwarya 28.07.2015 / 13:36

1 resposta

1

Tente isto:

sudo apt-get -f install

Isso deve instalar quaisquer dependências ausentes no seu sistema.
Se você está tentando instalar um pacote, você também pode tentar adicionar --fix-missing ao seu comando de instalação.

    
por Sandeep Neupane 28.07.2015 / 13:56