I've got a VPS with CentOS 5 where my company hosts a subversion repo. My problem is I want to install more software on there (like Trac) but I'm having a hard time.
Most tutorials tell me to use yum
to install packages, but it has been disabled by the hosting company. They have also disabled compilers, so downloading source and installing that with make
is no option either.
I got subversion running after using rpm
to install loads of stuff, but now I want to install Trac I can't find the packages I need. It needs python, which needs other libraries, which all seem to require each other...
Am I missing something here? Is there a (easy) way to find and install rpm-packages and all their dependencies?