centos install htop


https://www.zhihu.com/question/20167594/answer/25812005


作者:知乎用户
链接:https://www.zhihu.com/question/20167594/answer/25812005
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

1. 编译安装
wget http://iweb.dl.sourceforge.net/project/htop/htop/1.0.2/htop-1.0.2.tar.gz
tar zvxf htop-1.0.2.tar.gz
./configure
make 
make install

2. 从软件源安装
官方源貌似是没有htop的(反正原生的centos肯定没),需要下个第三方的源
下载第三方软件源RpmForge
# wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
验证rpm包
# rpm -K rpmforge-release-0.5.2-2.el6.rf.*.rpm
安装源
# rpm -i rpmforge-release-0.5.2-2.el6.rf.*.rpm
安装htop
# yum -y install htop

3. rpm安装
pkgs.repoforge.org/htop 从这下一个合适的版本
#rpm -i htop-1.0.2-1.el6.rf.x86_64.rpm

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native