Como eu instalo o ia32 libs, os pacotes multi-arch? [duplicado]

0

Não consigo instalar o ia32 libs, por mais que eu tente. Aqui está o erro que 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:
 ia32-libs : Depends: ia32-libs-multiarch but it is not installable
E: Unable to correct problems, you have held broken packages.

Quando tento instalar o ia32-libs-multiarch eu recebo:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ia32-libs-multiarch is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ia32-libs-multiarch' has no installation candidate

Eu tentei muitas coisas sugeridas em fóruns. Isso não é consertável ou há alguma correção que talvez eu não tenha tentado?

    
por ubuntuuser897675 26.03.2013 / 02:32

1 resposta

0

Parece que o seu APT não possui uma arquitetura externa i386. Eu não tenho ideia do porquê isso acontece com as pessoas ...

Tente:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs
    
por tumbleweed 27.03.2013 / 20:51