Mini System Monitor is a free and open source system monitor application for Linux. Using mini system monitor you can view and monitor your CPU, RAM, Disk and Network. It is a striped down version of System Monitoring Center. It is written in Python and released under GNU General Public License v3.0. It look like car speedometer and still in early stage of development.
How to Install Mini System Monitor on Ubuntu Linux
You can install the latest version of Mini System Monitor app on your system via the flatpak package from the remote flatpak. First you need to install flatpak on your system and restart it after the installation. Follow below link for flatpak and flathub installation instructions.
After that install Mini System Monitor software using below flatpak install command.
flatpak install flathub io.github.hakandundar34coding.mini-system-monitor
You can start mini system monitor using below command or via the application menu.
flatpak run io.github.hakandundar34coding.mini-system-monitor
And uninstall using
sudo flatpak uninstall io.github.hakandundar34coding.mini-system-monitor
That’s it