当前位置:首页 > 计算机科学 > 网络技术

Almalinux AnolisOS centos Rocky 系统linux版本安装htop加强版任务管理器

fanglong3年前 (2023-06-23)网络技术39128

 由于升级到8.X版本后,yum(dnf)安装没有htop安装源.所以需要编译安装.

#安装htop 项目地址:https://github.com/htop-dev/htop

dnf install ncurses-devel automake autoconf gcc git   #必要文件

git clone https://github.com/htop-dev/htop.git

cd htop

./autogen.sh && ./configure && make

make install

使用yum(dnf)安装

dnf install https://dl.Fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y

dnf install htop -y


扫描二维码推送至手机访问。

版权声明:本文由人从众的博客发布,如需转载请注明出处。

本文链接:http://loulin.bid/64.html

分享给朋友:

相关文章

yum命令高级使用方式本地下载安装包和依赖和无网络安装

(1)使用yum只下载至本地指定位置 $ yum install --downloadonly --downloaddir=/home/packetName packetName…

nginx报错[warn] the “ssl” directive is deprecated的解决办法

最近在复制旧机器上的nginx.conf配置文件到新机器上的时候,重启后出现这么一个报错.nginx: [warn] the “ssl” directive is deprecated, use th…

如何查看已经安装的nginx、apache、mysql和php的编译参数

1、nginx编译参数:$ nginx -V#注意:需保证nginx在环境变量中,或者使用绝对路径的形式:your_nginx_dir/sbin/nginx -V2、apache编…

php 编译安装插件提示PHP Warning: PHP Startup: Unable to load dynamic library 报错

又或如: cannot open shared object file: No such file or directory in Unknown on line 0 PHP message…

realtek 瑞昱r8168千兆网卡芯片编译安装驱动及解决出现问题

realtek 瑞昱r8168千兆网卡芯片编译安装驱动及解决出现问题

销售名称可以是:RTL8111e/8168B/8411 PCI EXPRESS 等等芯片基本上千兆的芯片都是的,说白了就是"换汤不换药".首先下载驱动地址:官方(选择linux r…

评论列表

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。