0

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?

Montana Harkin
  • 153
  • 1
  • 1
  • 6

3 Answers3

4

rpmforge has apt and aptitude for RHEL5, it probably has also the package for EL4.

Daniel
  • 1,713
  • 1
  • 12
  • 16
  • that's interesting! But aptitude and friends are designed to work with apt repositories. So I am wondering if this aptitude works together with the yum repositories. – Vokuhila-Oliba Feb 04 '10 at 08:34
  • it's just a replacement for you and under the hood will use yum repositories and rpm commands – Daniel Feb 04 '10 at 15:59
1

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.

Fahad Sadah
  • 1,496
  • 11
  • 21
0

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.

thomasrutter
  • 2,527
  • 1
  • 25
  • 34