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