e Learning

How to Install htop on CentOS 7

htop is a Linux process monitoring tool, It is an alternative tool for top command, Which is the standard and the default process Monitoring tool in Linux and Unix Operating System. But htop on CentOS 7 is more user friendly and output is easy to read compared to the Linux top command.

In this Tutorial We are going to learn how to Install htop on CentOS 7 using yum install command with epel repository.

To Install htop on CentOS 7 We Want to add CentOS epel repository, Because the htop software package does not come with Default CentOS yum repository.

Step One

Install Epel Release

First, enable the epel release on CentOS 7.

yum -y install epel-release

Step Two

install htop With Yum Command

Now we can install CentOS htop using yum install command.

yum -y install htop

 

Now to start htop program, Open Linux Terminal and type htop

centos install htop

You can see the output of the htop process monitoring tools is more readable and easy understand.

Summary : htop CentOS 7

We can also use this same method to install htop on CentOS 6.5 and older versions.