e Learning

How to Install HTOP on Red Hat Linux 7

We are going to look at how to install htop on Red hat 7. To install htop on red hat 7 first, we need to install epel repository.

Install htop red hat 7

So first install the epel repository for RHEL 7.

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Now we can install htop on red hat Linux using yum command.

yum install htop

Once the installation is finished, you can type htop on the command line to launch htop process monitoring tool.