Quick & Dirty: Instal htop on Redhead Enterprise Linux 7 (RHEL7)
I typically prefer htop to the regular top command. Here are the steps I took to install htop on the Oracle Developer Day VM:
- Change to tmp direcoty
cd /tmp
- Download epel repository:
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
- Install epel repository:
sudo yum install epel-release-7-5.noarch.rpm
- Install htop:
sudo yum install htop
Enjoy the enhanced process viewer