Help installing SteamCmd

Associate
Joined
16 Sep 2007
Posts
158
Hey guys,

I will forewarn you im a terrible Linux noob.
It's an old dedi that I have access to that I think is running Debian Squeeze.

I know the basics, but when it comes to figuring out why something isn't working...im pretty lost.

Anyway, when i try to run SteamCMD I get

58fafc.png


I've read its probably something to do with x86 and x64 bit and to install some 32 bit libraries...but I get all kinds of errors when I try to do that.

Any help would be greatly appreciated.
 
I had to do this on wheezy:
dpkg --add-architecture i386
apt-get update
apt-get install libc6-i386 lib32gcc1 lib32stdc++6
 
Backup your /etc/ and possibly /home if you've saved anything there. Debian doesn't trash itself usually, poor hosts / hacks / forced installs do. :D

If you are renting a vps, reinstalls usually take minutes on minimal images.
 
Back
Top Bottom