How to View System Information Using Inspector App

Inspector is a free and open source system info tool for Linux. Using Inspector, you can view your computer’s disk, memory, usb and PCi details, network, network and complete system details. It actually act as a wrapper for various command line commands. It is written in Python/Gtk4 Libadwaita and released under GNU General Public License v3.0.

Inspector

How to Install Inspector on Ubuntu

To install the latest version of Inspector on your Ubuntu Linux system, you need flatpak and flathub. Follow below commands for the flatpak and flathub installation. If you already have then skip below steps and commands.

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

After the above commands restart your system and in the terminal app (ctrl+alt+t) run below Inspector flatpak install command. It will install the latest version of Inspector.

flatpak install flathub io.github.nokse22.inspector

After the successful installation of Inspector, run below command to open it. You can also open via the Show Apps in the Ubuntu dash dock.

flatpak run io.github.nokse22.inspector

Inspector application

And uninstall Inspector using below commands.

flatpak uninstall io.github.nokse22.inspector

[OR]

sudo flatpak uninstall io.github.nokse22.inspector

Inspector app

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:  ProjectM Music Visualizer app

Leave a Reply