htop-1.0.2.tar.gz  http://pan.baidu.com/s/1c1RbdIg

tar -xvf htop-1.0.2.tar.gz
cd htop-1.0.2 
./configure 
make && make install

 如果有如下报错:

configure: error: missing libraries: libncurses

 

# yum install ncurses-devel

 重新编译安装:

# ./configure && make && make install

 

相关文章:

  • 2021-10-04
  • 2022-01-01
  • 2021-04-08
  • 2022-12-23
  • 2021-06-22
猜你喜欢
  • 2022-02-08
  • 2021-07-07
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-07-30
相关资源
相似解决方案