I have migrated from Linux Mint to Ubuntu 64(KDE installed). I want check my hardware with inxi -F
command but it returns : inxi: command not found
and as I want to install inxi (sudo apt-get install inxi
) it resturns E: Unable to locate package inxi
How can I install it in ubuntu?
Best Answer
inxi
is available without a ppa.However, you must enable the universe repository.
After you enable the universe repository, run the following commands to install inxi:
Additionally, updates via the
inxi -U
command are disabled by default. If you have problems with the current package managed version, you can update to a more current version of the script by running the following commands:To view the current version, run the following command:
Click here for more information.