How to install software packages on a shared Red Hat Linux host account without root access or rpm?
Posted
by jeff
on Server Fault
See other posts from Server Fault
or by jeff
Published on 2010-04-30T01:39:32Z
Indexed on
2010/04/30
1:47 UTC
Read the original article
Hit count: 370
I have a shared RHEL 4 host account where I do not have root privileges. I would like to install Git and Bash Complete in a way that they can be upgraded easily.
To date, I've just been installing from source providing $HOME
as a prefix to autoconf. Obviously this isn't ideal as I need to hunt down the files associated with the version I'm upgrading away from and delete them. I've tried using rpm but I just get -bash: rpm: command not found
back so it's not available. I also looked into checkinstall but it looks like that requires rpm, dpkg, or Slackware's package manager to be available.
Is there anything out there that can be used like a package manager without requiring root access or an existing package manager?
© Server Fault or respective owner