You shouldn't have any dependency problems, as Ubuntu meets the minimum requirements, but you need to update first.
I figured as much, time to see if I can get youtube working so the time will pass more easily.
You shouldn't have any dependency problems, as Ubuntu meets the minimum requirements, but you need to update first.
sudo apt-get install ia32-libs
sudo apt-get -f install
Which is?
Those are the drivers for an NVIDIA card. Try:
sudo apt-get install ia32-libs
That'll get you goin'- Damn, what did Valve do with that thread that gave you simple instructions as to how to install Steam on it?
What you said I needed to get...
Remember?
The error. But check the website I linked.
Oh, do you have Steam installed already?
That could be the problem, as Steam has already tried to install itself on your system but is currently broken, Uninstall Steam, then install ia32-libs, then it shouldn't give you a problem.
The error:
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.
In regards to the website: fan-fucking-tastic, are you telling me I can't fix this problem? I'm not a smart man, I can follow instructions and do simple tasks, I do not know half the mumbo-jumbo they're posting aside from the general fact that ia32-libs is broken or something along those lines.
It's not "broken" It's just not available depending on the architecture of your system. The easiest solution is to just run the 32 bit version of Ubuntu and this will clear up everything.The error:
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.
In regards to the website: fan-fucking-tastic, are you telling me I can't fix this problem? I'm not a smart man, I can follow instructions and do simple tasks, I do not know half the mumbo-jumbo they're posting aside from the general fact that ia32-libs is broken or something along those lines.
I can't install Steam, it won't even attempt to do so because all I see is an i386 "wrong architecture" error.
What happens when you run apt-get install ia32-libs-multiarch
It should tell you wants not installing.
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
Oh, I know:
sudo dpkg --add-architecture i386
sudo apt-get update
That should do it.
Okay, it "got" a lot of packages, should I restart now or what?