Skip to content

Instantly share code, notes, and snippets.

/1 Secret

Created January 2, 2013 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a5199898fb4203423e8a to your computer and use it in GitHub Desktop.
Save anonymous/a5199898fb4203423e8a to your computer and use it in GitHub Desktop.
wizek@ubuntu:~$ sudo apt-get install ia32-libs
[sudo] password for wizek:
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.
wizek@ubuntu:~$
wizek@ubuntu:~$ sudo apt-get install ia32-libs-multiarch
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
wizek@ubuntu:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment