Administration toolsDebianLinuxUbuntu

Collect System and Hardware information using I-Nex tool

I-Nex is free system info tool (similar to CPU-Z in Windows) which is used to gather information on the main system components (devices) such as CPU, motherboard, memory, video memory, sound, USB, kernel, devices and so on.
I-Nex is written in Gambas (Graphical Development Environment based on a basic Interpreter, with object extensions). Interface of I-Nex is very clean and organized. The difference between I-Nex and the other hardware information GUI tools available for Linux is that the information is better organized and is displayed faster. Also, the hardware information is presented in a way that’s easier to understand than other such tools.

Install I-Nex on Ubuntu 12.04/12.10/13.04/13.10/14.04 and Linux Mint 14/15/16

In Ubuntu and Linux Mint, to install I-nex, you can use the following commands:

# sudo add-apt-repository ppa:i-nex-development-team/daily
# sudo add-apt-repository ppa:nemh/gambas3
# sudo apt-get update
# sudo apt-get install i-nex
I-Nex CPU info
I-Nex CPU info
I-Nex system info
I-Nex system info

Remove I-Nex from Ubuntu and Linux Mint

Remove I-Nex from Ubuntu and Linux Mint use following commands:

# sudo add-apt-repository --remove ppa:i-nex-development-team/stable
# sudo add-apt-repository --remove ppa:nemh/gambas3
# sudo apt-get update
# sudo apt-get purge i-nex

2 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


This site uses Akismet to reduce spam. Learn how your comment data is processed.

Check Also
Close
Back to top button