Install Bashtop Resource Monitor on Ubuntu
You can use PPA repository for Ubuntu Linux installations:
sudo add-apt-repository ppa:bashtop-monitor/bashtop sudo apt update sudo apt install bashtop
Install Bashtop Resource Monitor on Debian
For Debian and its based distributions, used the commands below:
sudo apt update sudo apt install git git clone https://github.com/aristocratos/bashtop.git cd bashtop/ cd DEB sudo ./build
On CentOS 8, enable EPEL and PowerTools repositories:
sudo dnf install -y epel-release sudo dnf config-manager --set-enabled PowerTools sudo dnf install bashtop
If running RHEL 8 Linux, you need codeready repository:
ARCH=$( /bin/arch ) sudo subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms" sudo dnf install epel-release sudo dnf install bashtop
Install Bashtop on CentOS 7
Bashtop requires bash 4.4 or higher. The version available in CentOS 7 is 4.2, upgrade bash:
sudo yum -y install git git clone https://github.com/aristocratos/bashtop.git cd bashtop sudo make install sudo yum -y install git git clone https://github.com/aristocratos/bashtop.git cd bashtop sudo make install