We're having to manage a server for a client that is running RHEL 4.
Is it possible to run aptitude on this server to install/manage packages?
We're having to manage a server for a client that is running RHEL 4.
Is it possible to run aptitude on this server to install/manage packages?
rpmforge has apt and aptitude for RHEL5, it probably has also the package for EL4.
No. Red Hat-type distros use the rpm system for package management, with frontends such as yum and yast.
Debian-type distros use the dpkg system for package management, with better frontends like aptitude and apt-get.
If you want to use aptitude, you'll need to install Debian or Ubuntu.
The package manager is the most fundamental part of a distribution, it is what makes a 'distribution' work.
I would not recommend using a different package manager with a distribution - I think the most reliable and safe thing to do is to become familiar with the package manager (and its front-ends) of choice on the distribution you're using.