Install HTOP Interactive Process Monitor on CentOS 7
Do the following steps to install htop process monitoring tool on CentOS 7.
- Enable epel Repository.
- Install htop using yum command.
To enable the epel repository, Open the terminal and Type:
sudo yum install epel-release
Then, install htop with yum command:
sudo yum install htop
To launch htop, Type:
htop