centos 7.6安装htop

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7.6安装htop相关的知识,希望对你有一定的参考价值。

今天在学习linux过程中需要安装htop,但是我在直接yum -y install htop之后,系统提示:
No package htop available.
Error: Nothing to do
我知道应该是没有安装成功的,但还是抱着侥幸的心理,输入htop命令,系统提示
[[email protected] ~]# htop
-bash: htop: command not found
至此,最终肯定htop没有安装成功,于是就开始查找没有安装上的原因。
由于htop是一个扩展工具,是一个强大的进程管理前端工具,一般在centos系统源中没有,所以需要去fedora-epel(epel extra packages for enterprises linux 企业级linux扩展软件包)中下载。所以先安装 epel-release
1、 对应centos版本安装
centos 6
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

centos7
rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

安装好之后在安装htop ,这次没有报错
yum -y install htop

2、第二个解决办法
步骤一:yum install -y epel-release
步骤二:yum install -y htop

以上是关于centos 7.6安装htop的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7.6 系统进行基础软件安装和优化

Vmware 15 安装Centos 7.6

centos 7.6安装htop

CentOS 7.6安装 nginx

centos 7.6 安装MariaDB

centos 7.6 docker 安装 nextcloud