inxi est un programme à installer :
# dnf install inxi
en fait c’est un ensemble de script qui va chercher les infos demandés : un petit exemple :
# inxi -h
inxi supports the following options. For more detailed information, see
man inxi. If you start inxi with no arguments, it will display a short system
summary.
You can use these options alone or together, to show or add the item(s) you
want to see: A, B, C, d, D, E, f, G, i, I, j, J, l, L, m, M, n, N, o, p, P, r,
R, s, S, t, u, w, --edid, --mm, --ms, --slots. If you use them with -v
[level], -b or -F, inxi will add the requested lines to the output.
Examples: inxi -v4 -c6 OR inxi -bDc 6 OR inxi -FzjJxy 80
------------------------------------------------------------------------------
See Filter Options for output filtering, Output Control Options for colors,
sizing, output changes, Extra Data Options to extend Main output, Additional
Options and Advanced Options for less common situations.
------------------------------------------------------------------------------
Main Feature Options:
-A, --audio Audio/sound devices(s), driver; active sound APIs and servers.
-b, --basic Basic output, short form. Same as inxi -v 2.
-B, --battery System battery info, including charge, condition voltage (if
critical), plus extra info (if battery present/detected).
-C, --cpu CPU output (if each item available): basic topology, model,
type (see man for types), cache, average CPU speed, min/max
speeds, per core clock speeds.
-d, --disk-full, --optical
Optical drive data (and floppy disks, if present). Triggers -D.
-D, --disk Hard Disk info, including total storage and details for each
disk. Disk total used percentage includes swap partition
size(s).
-E, --bluetooth
Show bluetooth device data and report, if available. Shows
state, address, IDs, version info.
--edid Full graphics data, triggers -a, -G. Add monitor chroma, full
modelines (if > 2), EDID errors and warnings, if present.
[...]