Tools to Display System & Hardware Information in Ubuntu Linux

Last updated: January 9, 2019

ubuntu hardware information

Want to check out your system and hardware information? Well, here are two tools that display detailed information about Ubuntu Linux and your computer hardware. They are: HardInfo and I-Nex

I-Nex

UPDATE 2019-1: I-Nex support ends at Ubuntu 17.04! Use Hardinfo instead which is available in Ubuntu Software

I-Nex has a CPU-Z similar interface that displays CPU, GPU, MotherBoard, Audio, Drives, System, Kernel, Memory, Network, USB info in tabs.

I-Nex collects real-time CPU temperature and Memory usage, it also allows to take a screenshot or generate (print) report.

I-Nex cpu information

To install I-Nex, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one to get it from PPA:

sudo add-apt-repository -y ppa:i-nex-development-team/stable

sudo apt-get update

sudo apt-get install i-nex

Works on Ubuntu 14.04, Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Ubuntu 10.04 and Linux Mint.

HardInfo:

HardInfo is a system information and benchmark tool available in Ubuntu’s universe repository. It displays a summary of your system information and detailed devices, network, benchmarks. It allows to generate printable reports either in HTML or in plain text formats.

hardinfo ubuntu information

To install this app, just open up Ubuntu Software Center, search for and install hardinfo package.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to Tools to Display System & Hardware Information in Ubuntu Linux

  1. Can’t install i-nex on Ubuntu 14.04 using your instructions :

    sudo apt-get install i-nex
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    i-nex : Depends: gambas3-runtime (>= 3.5.0) but it is not going to be installed
    Depends: gambas3-gb-image (>= 3.5.0) but it is not going to be installed
    Depends: gambas3-gb-qt4 (>= 3.5.0) but it is not going to be installed
    Depends: gambas3-gb-form (>= 3.5.0) but it is not going to be installed
    Depends: gambas3-gb-desktop (>= 3.5.0) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

    • I had the same issue, and had to add this repo before update and install… copy and paste :
      — sudo add-apt-repository ppa:gambas-team/gambas3 —

      I hope this helps. :)