CPU Info is a free and open source system information application for Linux. Using CPU Info, you can get information about your hardware and software of your device. Currently it supports CPU, GPU, RAM and storage state, Displays ids, OS details, Sensors data, Hardware info and CPU temperature data.
How to Install CPU Info on Ubuntu
CPU Info is available as a flatpak package file from the remote flathub store. First install flatpak and flathub on your system and restart it after the installation.
After that open the terminal app (ctrl+alt+t) and run below CPU Info flatpak install command.
flatpak install flathub com.kgurgul.cpuinfo
It will install the latest CPU Info on your system. After that open it using below command.
flatpak run com.kgurgul.cpuinfo
You can also uninstall it using below commands.
flatpak uninstall com.kgurgul.cpuinfo
[OR]
sudo flatpak uninstall com.kgurgul.cpuinfo