Find the answer to your Linux question:
Results 1 to 5 of 5
Hello everyone. (: I have Linux Slackware, but I'm not the root/admin, my father is. So he installes all the softwares I want for me too. But the problem is ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Location
    europe.
    Posts
    1

    Non-root user

    Hello everyone. (:
    I have Linux Slackware, but I'm not the root/admin, my father is. So he installes all the softwares I want for me too. But the problem is he travelles a lot and mostly he's not at home.
    So I thought ... maybe can I install softwarers by myself, without root rights? From a friend I heard I cannot but I'm still askining, cause I'm not sure. I googled but nothing interesting found.

    Anyways, thanks and sorry for the noob question. ;D

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Welcome to the forums!

    You must have root privileges to install software on a system-wide basis under Linux, but some software can be installed in the user's /home folder without requiring root privileges. Check this HowTo for some options that might work for you.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    You can also see if he is willing to make you a 'sudoer' so you can install programs with sudo when he is gone. You should have an agreement with him though, that you will document all the stuff you do with 'sudo'. That will help sort out any problems you cause as a result.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined!
    Join Date
    Feb 2009
    Posts
    54
    As long as you have the source code and the linux dev tools (make, gcc, etc.) are installed on the box, you can almost always build it in your home directory and run it as yourself. The exceptions to this are if the binary tries to open up privileged ports (<1024). In that case, you have no option but sudo as Rubberman pointed out.

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    Quote Originally Posted by druidmatrix View Post
    As long as you have the source code and the linux dev tools (make, gcc, etc.) are installed on the box, you can almost always build it in your home directory and run it as yourself. The exceptions to this are if the binary tries to open up privileged ports (<1024). In that case, you have no option but sudo as Rubberman pointed out.
    Good point. That would give him some experience in configuring and building applications from source - a useful ability, IMO.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...