How To Install Htop on CentOS 7

How To Install Htop on CentOS 7

In this article I will show how to Install htop on CentOS 7 Linux from EPEL repository.

Htop is a one of the best an alternative tool for Linux top command. By default CentOS7 comes without htop utility. It can be found in EPEL (Extra Packages for Enterprise Linux) repository. By the way, packages which provide EPEL are not officially supported by CentOS or Red Hat.

 

Install EPEL Release on CentOS 7

# yum -y install epel-release

In next step Install htop with yum command

# yum -y install htop

After htop success install you can run it:

# htop

Example htop output:

htop on centos7


arstech

Leave a Reply