htop的安装

2023-05-17编程技术224399

下载安装文件
wget http://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz

解决安装依赖
yum install -y gcc gcc-c++ ncurses-devel

解压
tar xf htop-2.2.0.tar.gz && cd htop-2.2.0

安装
./configure && make && make install

好啦, 可以和htop愉快地玩耍啦

本文地址:https://www.ufcn.cn/tutorials/2645313.html

如非特殊说明,本站内容均来自于网友自主分享,概不代表本站观点,如有任何问题我们都将在收到反馈后的第一时间进行处理!