inxi
Print a summary of system information and resources for debugging purposes. More information: <https://manned.org/inxi>.
Install
- All systems
-
curl cmd.cat/inxi.sh
- Debian
-
apt-get install inxi
- Ubuntu
-
apt-get install inxi
- Kali Linux
-
apt-get install inxi
- Fedora
-
dnf install inxi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install inxi
- Raspbian
-
apt-get install inxi
- Dockerfile
- dockerfile.run/inxi
Print a summary of system information and resources for debugging purposes. More information: <https://manned.org/inxi>.
-
Print a summary of CPU, memory, hard drive and kernel information:
inxi
-
Print a full description of CPU, memory, disk, network and process information:
inxi -Fz
-
Print information about the distribution's repository:
inxi -r
© tl;dr; authors and contributors