下载安装文件
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://blog.51cto.com/3108485/2465487
时间: 2024-10-14 08:28:25