Monitor System Resources and Processes with Resources Application

Resources is a free and open source system monitor application for Linux. Using , you can monitor CPU, memory, GPU, network interfaces, storage devices. You can also set the refresh speed, choose between decimal and binary data units and Celsius, kelvin, Fahrenheit temperature units. Some other useful feature is controlling your running processes and applications. It is written in Rust and released under GNU General Public License v3.0. It is a simple and modern system resources application.

Resources

How to Install Resources on Ubuntu

To install Resources app on your Linux system, run below Resources flatpa install command in your terminal application (ctrl+alt+t). It will install the latest Resources app on your system/

flatpak install flathub net.nokyan.Resources

If you don’t have flatpak and flathub on your system, then first them and restart it after the system. You can follow below commands.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

You can open the Resources app using the Show Apps Ubuntu dock menu or via the below command in the terminal.

flatpak run net.nokyan.Resources

Resources app list

And uninstall it using below commands.

flatpak uninstall net.nokyan.Resources

[OR]

sudo flatpak uninstall net.nokyan.Resources

Resources drive monitor

 

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to Install Docker Desktop for Linux on Ubuntu

Leave a Reply