apt-get installation for rhel4 (Update 4)

apt-get – APT package handling utility.

apt-get, that I use a lot that made my life easy going on Debian.So now using same on RHEL.This is how one can use apt-get on RHEL.

root@localhost:~#vi /etc/apt/sorces.list.d/os.list (add following mirror )

repomd http://apt.sw.be redhat/el4/en/x86_64/dag/

root@localhost:~#apt-get update

root@localhost:~#apt-cache search pkg

root@localhost:~#apt-get install pkg

root@localhost:~#apt-get remove pkg

Thanks

Ravi

Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s