Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 12323  / 3 Years ago, sat, july 10, 2021, 5:17:00

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?


More From » 12.04

 Answers
0

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:



sudo apt update
sudo apt 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:



sudo sed -i 's/ATE=false/ATE=true/g' /etc/inxi.conf
sudo inxi -U


To view the current version, run the following command:



inxi -V | grep inxi


Click here for more information.


[#31640] Sunday, July 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tiowift

Total Points: 119
Total Questions: 113
Total Answers: 110

Location: South Sudan
Member since Sun, Jul 11, 2021
3 Years ago
tiowift questions
Wed, Aug 3, 22, 04:45, 2 Years ago
Mon, Nov 7, 22, 10:58, 2 Years ago
Wed, May 10, 23, 17:52, 1 Year ago
;