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
You might get more help over there^
so, if u install something in Kali, u need to modify some files
for this can run in a root mode.
i finished install Kali, so in a couple of day maybe i will install steam.
and can tell u if this work or not
and sorry for my english xD!!!
.. i see this post:
Never mind, I realized that the wrapper is a BASH script, so I went in and edited it. I found this in /usr/bin/steam
---------------------------------------------------------------------------------------
# Don't allow running as root
if [ "$(id -u)" == "0" ]; then
show_message --error $"Cannot run as root user"
exit 1
fi
---------------------------------------------------------------------------------------
(if you don't know how to fix it, don't run as root tongue)
find steam and edit the file and in the middle area find this
# Don’t allow running as root
if [ "$(id -u)" == "0" ]; then
show_message –error $”Cannot run as root user”
exit 1
fi
and replace the 0 with a 1 like this