Não é possível instalar o ia32-libs no Debian 8

0

Não consigo instalar ia32-libs no meu Debian 8 Jessie.

root@debian:~# apt-get install ia32-libs

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

E: Unable to correct problems, you have held broken packages.

    
por DarkSuniuM 01.07.2017 / 21:55

1 resposta

0

Ter os repositórios "stable" e "testing" em /etc/apt/sources.list foi o principal motivo do problema.

  1. Eu removi URLs de repositório "estáveis" do /etc/apt/sources.list .
  2. apt-get clean && apt-get auto-clean
  3. apt-get update
  4. apt-get upgrade
  5. muito simples apt-get install ia32-libs
por 06.07.2017 / 01:32

Tags