Why?


Search This Blog

Saturday, March 28, 2015

Yum htop install from EPEL Extra Packages for Enterprise Linux

Yum htop install from EPEL 

(Extra Packages for Enterprise Linux)


Add the the repository that is for your OS. Do this in your home directory. if root then it should be /root

## RHEL/CentOS 6 32-Bit ## 
# wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm 
# rpm -ivh epel-release-6-8.noarch.rpm 

## RHEL/CentOS 6 64-Bit ## 
# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 
# rpm -ivh epel-release-6-8.noarch.rpm


Now install htop

# yum -y install htop

No comments:

Post a Comment