bonjour
j’ai un problème avec mon package manager
[code]root@debian:/opt# 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-i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
[/code]
j’ai utilisé
dpkg --configure -a
apt-get install -f
sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade
et c’est toujours bloqué !! pour ce Package , mais avec les autres Package il marche


