项目地址:
https://github.com/aristocratos/btop
安装方法
- openSUSE
- Tumbleweed:
sudo zypper in btop - For all other versions, see openSUSE Software: btop
- Tumbleweed:
- Fedora
sudo dnf install btop - RHEL/AlmaLinux 8+
sudo dnf install epel-release sudo dnf install btop - FreeBSD
pkg install btop
Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))
- Homebrew
brew install btop
常规下载包安装
wget http://github.f-4.cn/https://github.com/aristocratos/btop/releases/download/v1.2.13/btop-x86_64-linux-musl.tbz
tar -jxvf btop-x86_64-linux-musl.tbz
cd btop
./install.sh
如果报错如 make: command not found
apt install gcc automake autoconf libtool make
如果报错如 bzip2: Cannot exec: No such file or directory
apt install bzip2
PS:http://github.f-4.cn/为国内加速代理