How To Install i-nex on Fedora 36
Introduction
In this tutorial we learn how to install i-nex
on Fedora 36.
What is i-nex
i-nex - System information tool like hardinfo, sysinfo. I-Nex is an application that gathers information for hardware components available on your system and displays it using an user interface similar to the popular Windows tool CPU-Z. I-Nex can display information for the following components GPU, Motherboard, Sound, Hard disks, RAM, Network and USB as well as some system info like the hostname, Linux distribution and version, Xorg, GCC, GLX versions and Linux Kernel info.
We can use yum
or dnf
to install i-nex
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install i-nex.
Install i-nex on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install i-nex
using dnf
by running the following command:
sudo dnf -y install i-nex
Install i-nex on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install i-nex
using yum
by running the following command:
sudo yum -y install i-nex
How To Uninstall i-nex on Fedora 36
To uninstall only the i-nex
package we can use the following command:
sudo dnf remove i-nex
i-nex Package Contents on Fedora 36
/usr/bin/i-nex
/usr/bin/i-nex-edid
/usr/bin/i-nex.gambas
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/5410d473171d47544960e1acf0f8bbf706a8cd
/usr/lib/udev/rules.d/50-i2c_smbus.rules
/usr/share/appdata/i-nex.appdata.xml
/usr/share/applications/i-nex-library.desktop
/usr/share/applications/i-nex.desktop
/usr/share/doc/i-nex
/usr/share/doc/i-nex/README.md
/usr/share/licenses/i-nex
/usr/share/licenses/i-nex/copyright
/usr/share/man/man1/i-nex-edid.1.gz
/usr/share/man/man1/i-nex.1.gz
/usr/share/man/man1/i-nex.gambas.1.gz
/usr/share/pixmaps/i-nex-128.png
/usr/share/pixmaps/i-nex-16.png
/usr/share/pixmaps/i-nex-32.png
/usr/share/pixmaps/i-nex.png
References
Summary
In this tutorial we learn how to install i-nex
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).