Steam for Linux

Steam for Linux

Spoie May 4, 2013 @ 6:03am
cannot run as root user
Wtf
this for cannot run as root user in ububtu.

< >
Showing 1-12 of 12 comments
Because it's Linux! You actually don't run anything with root?!
why did you want to run it as root?
instabilis May 4, 2013 @ 6:46am 
You should never run Steam with root permissions, and Steam will never ask you to run Steam with root permissions.

If you think you need to run Steam with root permissions you are doing it wrong.
Last edited by instabilis; May 4, 2013 @ 6:48am
Spoie May 4, 2013 @ 7:21am 
But how can i create user for linux.
I'am stuck the permision this
$ wget http://www.steampowered.com/download/hldsupdatetool.bin
--2013-05-04 18:15:42-- http://www.steampowered.com/download/hldsupdatetool.bin
Resolving www.steampowered.com (www.steampowered.com)... 208.64.202.68
Connecting to www.steampowered.com (www.steampowered.com)|208.64.202.68|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3513408 (3.4M) [application/octet-stream]
hldsupdatetool.bin: Permission denied

Cannot write to `hldsupdatetool.bin' (Permission denied).

and me try to create user can't sure it thank you.
No sure what you are doing. But you should assign your user rights to that file. I assume you are new to Linux and like to try Steam. It might be better for you to learn a bit of how to change user rights with Linux.

Try to find some Linux or Ubuntu totorials at Youtube e.g. In general, you should use the Software Manager to install applications like Steam.
Spoie May 4, 2013 @ 7:58am 
It be ok i try to see some youtube thank you.
arc| Gps May 4, 2013 @ 8:33am 
Originally posted by Exit-Mr.Spoie Lomantic:
Wtf
this for cannot run as root user in ububtu.

Nixie
http://www.youtube.com/watch?v=W6iRjTsozCU
Something Orange May 4, 2013 @ 9:51am 
Don't run things on root. Why would you want to in the first place?
arc| Gps May 4, 2013 @ 10:59am 
Originally posted by A Yellow Pikmin:
Don't run things on root. Why would you want to in the first place?

Because allot of people do this on windows.
Its prob that simpel.

To install some games on w7 I had to do it as admin.

I do agree though, you should never do this on Linux.
And basicly not on windows either.
☠ BAXTARD Aug 20, 2016 @ 7:53am 
for kali linux:

first you need to open console and write
1. "nautilus"

2. then look for this file (which needs to be edited in order to run steam with all permissions " /usr/bin/steam "

3. then open the file and edit the following line "

" # 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:

"# Don’t allow running as root
if [ "$(id -u)" == "1" ]; then
show_message –error $”Cannot run as root user”
exit 1
fi"

4. then save and write on console " steam " and thatś it.....

it works for me ....
Nikos Czarodziej Aug 25, 2016 @ 12:22pm 
i LIKE THIS
Vac is good Aug 28, 2016 @ 8:31am 
Originally posted by Mr.Spoie Lomantic:
Wtf
this for cannot run as root user in ububtu.
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: May 4, 2013 @ 6:03am
Posts: 12