If you are installing using CentOS, you may not be able to install htop directly.
You will get the following information:
[ root@vps-f2a02f66 discourse]# htop
- bash: htop: command not found
You can add RHEL to your warehouse.
Run the following command:
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
The above command will add RHEL to the warehouse, during the process you need to enter Y to agree to the verification.
After completing the above operations, execute
yum install htop
To perform the installation.
After the complete completion, you can use the htop command to view the operation of the system.
If you can see the above interface, it means that htop has been installed successfully.
Recommended Posts