jmss
unread,Sep 5, 2008, 6:10:56 AM9/5/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Linux Users Group
Hi there,
I have been dealing with this question for a year. Basically, I would
like to install all software that I want in my user account but I
don't have root access (company policy).
What I have been doing is to download the source packages, configure --
prefix=${HOME}, make, make install, etc., but sometimes dependencies
are troublesome to solve.
Is there any way I can use either yum (this is CentOS 5), pacman, apt-
get, portage, smart, whatever, so that I can workaround these
dependency and sometimes compilation issues?
Basically, I already have a file system hierarchy under my account and
all I want to do is to install software under it. I know package
installation is in principle something for root, but conceptually it
should be possible, since I am the "root" of my account.
Do you have any experience, thoughts, advice on this?
Thanks.