Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Bashtop in Linux

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to install Bashtop in Linux". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to install Bashtop in Linux.

It comes with a game-style responsive terminal UI and a customizable menu. The neat arrangement of various display parts makes it easy to monitor various system indicators. Bashtop is a terminal-based resource monitoring utility in Linux. It is a beautiful command-line tool that visually displays statistics on CPU, memory, running processes, and bandwidth.

With Bashtop, you can also sort processes and easily switch between various sorting options. In addition, you can send SIGKILL,SIGTERM and SIGINT to the desired process.

Bashtop can be installed on Linux,macOS or even FreeBSD. In this guide, you will learn how to install Bashtop on various Linux distributions.

precondition

To successfully install Bashtop, ensure that the following dependencies are ready on the system.

Bash 4.4or later ·Git ·GNU Coreutils ·GNU sed,awk,grep and ps Command Line tool Lm Sensor-optional (for collecting CPU temperature statistics)

First, we will begin to install Bashtop manually. This should apply to all distributions.

Manual installation

To install Bashtop manually, clone the git repository as follows and compile from the source code using the following command:

$git clone https://github.com/aristocratos/bashtop.git $cd bashtop $sudo make install

To uninstall Bashtop, run:

$sudo make uninstall

Install Bashtop in Ubuntu

There are two ways to install Bashtop on Ubuntu: using snap or using the APT package manager.

To install using snap, execute:

$snap install bashtop

To install using the APT package Manager, first add the Bashtop PPA as follows:

$sudo add-apt-repository ppa:bashtop-monitor/bashtop

Next, update the package list and install Bashtop as shown.

$sudo apt update $sudo apt install bashtop

Install Bashtop in Debian

Bashtop is available in the official repository of Debian. To install it, simply run the following command:

$sudo apt install bashtop

In addition, you can run the commands displayed.

$git clone https://github.com/aristocratos/bashtop.git $cd bashtop/ $cd DEB $sudo. / build

Install Bashtop in Fedora

To put Bashtop into Fedora, simply run the following command:

$sudo dnf install bashtop

Install Bashtop in CentOS / RHEL 8

For CentOS 8 / RHEL 8 systems, you need to enable the EPEL repository before running the following command:

$sudo yum install epel-release $sudo dnf install bashtop

Install Bashtop on Arch Linux

Bashtop is provided in the form of bashtop-git in AUR. To install Bashtop, simply run:

$sudo pacman-S bashtop

How to use Bashtop Resource Monitor on Linux

To start Bashtop, simply run the following command on the terminal:

$bashtop

Bashtop-Linux resource monitoring tool

Bashtop configuration

The configuration file for Bashtop is located in the ~ / .config / bashtop/bashtop.cfg location. You can change the parameters as needed to customize the appearance and output of metrics on the terminal.

The following is an example of a default configuration:

Bashtop configuration

To view commands and shortcuts, press ESC, and then use the down arrow keys to select the Help option.

Bashtop menu

This will print out the following menu and all command options, as shown in the figure.

Bashtop option

At this point, I believe you have a deeper understanding of "how to install Bashtop in Linux". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report