Similar to Windows Task Manager that you might have used for years, Debian also comes with a pre-installed resource and process monitoring tool known as GNOME System Monitor. Along with monitoring, it also allows you to stop, continue, kill, and end processes running on your system. GNOME System Monitor comes installed in most of the Linux distributions. However, in case it is missing from your system, you can install it easily.
In this article, will explain how to install and uninstall GNOME System Monitor in a Debian system. We will describe the installation process both via GUI and the command line. We will also explain some of the basic operations that you can perform with the system monitor.
We have run the commands and methods explained in this article on a Debian 10 system.
Launch the command-line Terminal in Debian. To do so, go to the Activities tab in the top left corner of your desktop. Then in the search bar, type the keyword terminal. When the search result appears, click on the Terminal icon to open it.
Now run the following command as sudo to update the system repository index. It will help you to install the most updated package:
$ sudo apt-get update
When prompted for the password, enter the sudo password as only authorized user can update packages on the system.
Once updated, install the Gnome System Monitor application by running this command in Terminal:
$ sudo apt-get install gnome-system-monitor
The system might provide you with a Y/n option to continue the installation. Hit y and then Enter to continue installation after which software will be installed in your system.
Once installed, you can launch the Gnome System Monitor using the following command in Terminal:
$ gnome-system-monitor
To quit the application from Terminal, use Ctrl+c.
In case, you want to uninstall Gnome system monitor, use the following command:
$ sudo apt-get remove gnome-system-monitor
You will be prompted with the Y/n option to start the uninstallation process. Hit y and then Enter to continue the installation.
For users who are not comfortable working with the command line can install Gnome System Monitor via GUI. Here is how to do it:
Hit the super key on your keyboard and then click on the Software Center icon from the Favorites applications on the left sidebar.
In the Software Center window, type task manager in the search bar. When the result appears, click on the Gnome System Monitor icon.
In the following dialog, click on the Install button in order to install the Gnome System Monitor package on your system.
The following authentication dialog box will appear for you to enter the password for the authorized user. Enter the password and click Authenticate, after which the software will be installed on your system.
Once installed, you can launch a system monitor directly from the software center window by clicking the Launch button.
To launch the Gnome system monitor any time from the GUI, hit the super key on your keyboard and search for the system monitor by typing the relevant keyword. Or you can directly access from the list of installed applications.
To remove the Gnome system monitor from your system using the GUI, search and open it in the software center window using the search bar. When the following view appears, click on the Remove button. By doing so, a dialog box will appear asking for confirmation. Click the Remove button in order to remove it from your system.
It will then prompt for authentication password as only authenticated user can install application on a system. Type the password and then click Authenticate after which the uninstallation process will start and the Gnome System monitor will be removed from the system.
You might be familiar with the Ctrl+Alt+Del key combo used for opening Task Manager in the Windows machine. However, in Linux, Ctrl+Alt+Del is used for bringing up a Logout dialog. You can set this shortcut for launching the Gnome system monitor by going to keyboard settings and adding a custom shortcut.
In Linux, you can launch the Gnome system monitor either via GUI or via Terminal. Once launched, you will see the following screen:
The Gnome system monitor contains three tabs: Process, Resources, and File Systems.
The system monitor by default opens in this tab. Here you can view all the processes running on your system. The processes tab lists various information process name, User running those processes, CPU, memory, disk usage, etc. If you right-click any process, you will have access to some options such as:
In the system monitor's Resources tab, you can see various system statistics that help you to monitor the performance of your system. The resources tab gives an analytical view displaying the following information.
This tab is quite useful in tracking your system's output however on this tab you can't customize much other than the graph color.
This tab lists information about your system's hard disk devices. The File Systems tab displays following information:
That is all there is to it! In this article, we have learned how to install and use Gnome System Monitor and Task Manager in the Debian machine. It gives you a complete package by allowing you to monitor and manage processes, resources, and file system information.
Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…
ISPConfig is an open-source control panel that allows users to manage multiple servers from a…
As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…
Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…
Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…
phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…