Centos 7 手动安装 btop

2022-10-18  本文已影响0人  sunfkny
yum install bzip2 -y

mkdir ~/btop
cd ~/btop

# ghproxy 加速下载,使用最新版本
wget https://ghproxy.com/https://github.com/aristocratos/btop/releases/latest/download/btop-x86_64-linux-musl.tbz

bunzip2 btop-x86_64-linux-musl.tbz
tar xf btop-x86_64-linux-musl.tar

# 二进制安装
make install PREFIX=/opt/btop

ln -s /opt/btop/bin/btop /usr/bin/btop

上一篇 下一篇

猜你喜欢

热点阅读