Steam for Linux

Steam for Linux

cant install ia32-libs
Apparently this worked to fix the "not" error with a lot of people but for me it just says:

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.

I am using ubuntu 12.10
< >
3145/116 megjegyzés mutatása
cuda put the dash in the wrong place. it's ia32-libs. try again
E: Unable to locate package ia32-libs
practically identical error
open your sources list
gedit /etc/apt/sources.list
add the following to the bottom
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ quantal main universe
save it and close it, then try
sudo apt-get install ia32-libs-multiarch
Legutóbb szerkesztette: posties; 2013. febr. 23., 22:31
goPOSTALman eredeti hozzászólása:
open your sources list
/etc/apt/sources.list
add the following to the bottom
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ quantal main universe
save it and close it, then try
sudo apt-get install ia32-libs-multiarch

You will need to run

sudo apt-get update
before the last command, though.
my sources list is read-only
sudo wudo my nukka.

sudo gedit /etc/apt/sources.list

always sudo before installing/updating/editing files or packages

and yes you need to apt-get update to update your lists before installing the multiarch package.
Legutóbb szerkesztette: posties; 2013. febr. 23., 22:34
E: Unable to locate package ia32-libs-multiarch
let me recap since i made it too confusing

open your sources list
sudo gedit /etc/apt/sources.list
add the following to the bottom
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ quantal main universe
save it and close it then:
sudo apt-get update
then
sudo apt-get install ia32-libs-multiarch
i did, that was my end result
i don't get it.. the package is there.
http://packages.ubuntu.com/quantal/ia32-libs-multiarch

just try downloading it
http://ubuntu.mirror.cambrium.nl/ubuntu/pool/universe/i/ia32-libs/ia32-libs-multiarch_20090808ubuntu36_i386.deb

you can run the .deb file from the location you downloaded it to, via file manager (just click the icon)


Legutóbb szerkesztette: posties; 2013. febr. 23., 22:48
wait what the hell do I do with the .deb file? Just opening it doesnt work
lol....
ok where did it save the .deb file?
downloads in my home folder
ok so go to terminal and type cd /downloads
should put you in ~/downloads$

then type sudo dpkg -i ia32-libs-multiarch_20090808ubuntu36_i386.deb
and i almost forgot: then type
sudo apt-get -f install
Legutóbb szerkesztette: posties; 2013. febr. 23., 22:56
bash: cd: /downloads: No such file or directory
< >
3145/116 megjegyzés mutatása
Laponként: 1530 50

Közzétéve: 2013. febr. 23., 20:12
Hozzászólások: 116