解决安装依赖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愉快地玩耍啦
htop的安装
原文:https://blog.51cto.com/3108485/2465487