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.
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
And uninstall Inspector using below commands.
flatpak uninstall io.github.nokse22.inspector
[OR]
sudo flatpak uninstall io.github.nokse22.inspector