What's an easy way to install a bunch of OSS apps in my home dir on my company's aging Redhat VNC servers?
Posted
by
subopt
on Super User
See other posts from Super User
or by subopt
Published on 2010-07-19T22:52:32Z
Indexed on
2010/12/26
1:55 UTC
Read the original article
Hit count: 502
My company's IT group doesn't want to install lots of common stuff on our VNC servers, which run RHEL 4. The list of stuff i want/need includes graphviz, midnight commander, various python libs, sqlite, netbeans, antlr, jdk1.6, etc.
They've hobbled rpm
somehow, so i can't do rpm --relocate
. And i don't want the RHEL4 compatible revs of this stuff anyway.
I've probably got the room to build all this stuff in my home dir, but i don't want to take forever tracking down dependencies. Looking for an easy way to get the apps/tools i need, and nothing (or very little) else. Any suggestions?
© Super User or respective owner