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
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
Hi,may I know how do I install I-nex on RHEL 7.0?
First add repository:
# cd /etc/yum.repos.d/
# wget http://download.opensuse.org/repositories/Education/Fedora_20/Education.repo
Now install i-nex:
# yum install i-nex