11-16-2012, 04:24 PM
I wasn't sure what forum to go to for help on this. I thought i would try srcds first since the community has been very helpful in the past.
Reading through the install docs for SteamCMD it says if your running a 64bit version of linux for Debian and derivatives to install ia32-libs-gtk.
When I try to run this on Ubuntu 12.04 64bit, I get
if i try to apt-get ia32-libs, i get
I have tried sudo apt-get install -f, sudo apt-get update, and sudo apt-get upgrade.
So whats going on here? And how do I fix it?
Reading through the install docs for SteamCMD it says if your running a 64bit version of linux for Debian and derivatives to install ia32-libs-gtk.
Code:
sudo apt-get install ia32-libs-gtk
When I try to run this on Ubuntu 12.04 64bit, I get
Quote:The following packages have unmet dependencies:
ia32-libs-gtk : Depends: ia32-libs (>= 20111001) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
if i try to apt-get ia32-libs, i get
Quote:The following packages have unmet dependencies:Again try to get the depended on package:
ia32-libs : Depends: lib32v4l-0 (>= 0.5.0)
E: Unable to correct problems, you have held broken packages.
Quote: sudo apt-get install lib32v41-0
sudo: unable to resolve host ftd
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lib32v41-0
I have tried sudo apt-get install -f, sudo apt-get update, and sudo apt-get upgrade.
So whats going on here? And how do I fix it?