Installation Htop Centos Debian and Ubuntu
For those who still do not know what it is htop introduce its look and feel.
Well htop is a replacement for the top most popular program for monitoring system processes. Unlike his older counterpart has more advanced features, service themes, konfiguralność and mouse support.
For Debian and Ubuntu install it in one command:
1 | apt-get install htop |
We can run by issuing the command:
htop
In the case of CentOS is not added in the standard repos.
Installation is as follows:
We charge the repository and add them to the system:
1 2 | wget dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm rpm -ihv epel-release-7-11.noarch.rpm |
then install already using the built-in system of yum:
1 | yum install htop |
We run the same way as in the case of Debian and Ubuntu:
1 | htop |