Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Can you discern which it is? Without knowing which architecture you're using, how are you certain that you're following the correct instructions?
Found my solution in the first place I should have looked xD
https://developer.valvesoftware.com/wiki/SteamCMD
Full required dependencies are on gameservermanagers.com
(apt-get install nano sudo -y)
nano /etc/apt/sources.list
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
apt-get update && apt-get upgrade -y
sudo dpkg --add-architecture i386; sudo apt-get install libstdc++6:i386 -y