nload
1、下载

wget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz

2、解压

tar zvxf nload-0.7.4.tar.gz -C /usr/local

3、配置

./configure

报错

checking for C++ compiler default output file name... 
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

安装

yum install gcc-c++

还报错

configure: error: ncurses library or development files not found. ncurses is required for nload.

安装

yum install -y ncurses-devel

4、安装

# make && make install

5、使用

nload

nload 源码安装

相关文章:

  • 2021-07-01
  • 2021-10-27
  • 2022-12-23
  • 2021-11-14
  • 2021-12-14
  • 2021-09-20
  • 2022-01-16
猜你喜欢
  • 2021-10-31
  • 2021-08-29
  • 2021-05-28
  • 2021-06-26
  • 2021-07-14
  • 2021-10-01
相关资源
相似解决方案