Installing software on Linux without root privileges
Posted
by Igor Oks
on Server Fault
See other posts from Server Fault
or by Igor Oks
Published on 2009-05-22T14:19:43Z
Indexed on
2010/04/02
7:33 UTC
Read the original article
Hit count: 299
At my workplace I have a regular user account on RedHat and Suse machines. I don't have root privileges.
How can I install software that I download from the internet (from sources or binaries)?
For example, now I want to install the Geany IDE for my own use. I tried to download sources and compile, and I tried to install the RPM, but non of of these works because it requires the root.
© Server Fault or respective owner