一 下载htop源码包
二 解压源码包
tar xf htop-1.0.2.tar.gz
三 编译安装
cd htop-1.0.2
./configure
make && make install
报错解决
如果执行./configure时有如下报错
configure: error: You may want to use --disable-unicode or install libncursesw.
表示确实lib依赖包,需要安装
yum install -y ncurses-devel