Linux Mint

How to Install Btop on Linux Mint 21

Btop is a system monitoring tool for Linux that provides a real-time view of system resource utilization, including CPU, memory, disk, and network usage. Btop provides a visually appealing and interactive interface, making it easy to understand and track system resource usage, read this guide to install this monitoring tool on Linux Mint 21.

How to Install Btop on Linux Mint 21

Btop runs in the terminal and presents system utilization information in a graphical manner, with a color-coded interface that highlights high usage areas. It also provides detailed information on individual processes, including their PID, CPU and memory utilization, and process name, here are some ways to install it:

1: Through Apt

One of the easiest and straightforward way to install it on Linux Mint is by using its default package manager and for that execute:

$ sudo apt install btop

Once the installation is complete, you can launch this tool from the command line interface and for launching it through command line execute:

$ btop

In order to delete this application from Linux Mint 21 execute the below-mentioned command if you have installed it through Apt:

$ sudo apt remove --autoremove btop -y

2: Through Software Manager

To get this application installed on Linux Mint 21 is by using its Software Manager, this method is feasible for all those who are not expert on using commands. Just open the software manager from application menu and click on install button after searching Btop on it:

Since this is a command line-based tool so the only way to launch it is through the terminal and in that case just execute:

$ btop

Since we have installed the application through Linux Mint Software Manager so now to delete this software simply uninstall it from system’s Software Manager:

3: Through Snap Store

One way to get this efficient monitoring tool on Linux Mint is through Snap package manager and for that execute:

$ sudo snap install btop

Once the installation is complete, you can launch this tool from the command line interface and for launching it through command line execute:

$ btop

In order to delete this application from Linux Mint 21 execute the below-mentioned command if you have installed it through Snap:

$ sudo snap remove btop

Conclusion

Btop provides a comprehensive view of system resource utilization, making it an ideal tool for system administrators and developers. It is easy to install and use and provides an intuitive and interactive interface for monitoring system performance. Whether you’re looking to diagnose performance issues or just want to keep an eye on system resource usage, Btop is a valuable tool to have in your toolkit of Linux Mint 21.

About the author

Aaliyan Javaid

I am an electrical engineer and a technical blogger. My keen interest in embedded systems has led me to write and share my knowledge about them.