install software in linux as a non root user

Posted by Aki on Super User See other posts from Super User or by Aki
Published on 2010-12-28T13:59:28Z Indexed on 2010/12/28 14:57 UTC
Read the original article Hit count: 308

Filed under:
|

Hi, What is the best way to install software in a linux machine if you dont have root permissions. I know that we can use few variables like PKG_CONFIG_PATH and switches like --prefix with configure to get a software installed in a local directory, but sometimes when there are recursive dependencies it is becoming tough for me to install all the packages manually. Is there a better automated way?

Update: What i meant by recursive dependencies is: to install package A, i should install package B, which in turn requires package C to be installed

© Super User or respective owner

Related posts about linux

Related posts about suse