Score:1

Linux equivalent of msinfo32

sy flag

Apart from lspci or dmesg in terminal, is there a tool with more of a GUI to list the hardware/software in my system in greater detail?

Pilot6 avatar
cn flag
There is `lshw`. There is a GUI too, but why would you need it?
in flag
Probably answered here https://askubuntu.com/a/31625/130807
Archerbob avatar
sy flag
There are times when I look at stuff in terminal and its just a wall of text and I feel somewhat confused at what I am looking at
Score:2
cn flag

There is lshw-gtk that will show all hardware in GUI.

You can install it by

sudo apt install lshw-gtk

If you can do it without GUI, you can simply run lshw in a terminal and see the same information.

Archerbob avatar
sy flag
I get an error, I presume I need to reload my system because I have installed and uninstalled a bunch of stuff and borked/recovered the system more than once so I guess this is to be expected: (lshw-gtk:27366): IBUS-WARNING **: Unable to connect to ibus: Unexpected lack of content trying to read a line
Score:2
gh flag

Maybe package hardinfo is that you are looking for. It has a gui and gives detailed infos . Sorry for german text.

hardinfo

Archerbob avatar
sy flag
I just tried this, it still gives me a lot of extraneous information when I click on generate report and isn't as concise as your image above, did you use some particular setting? But this is pretty much what I was after.
nobody avatar
gh flag
No i use it out of the box without any changes on default settings. And i do not generate reports . I only start the application and click around in the modules.
Score:1
cn flag

Hardware & software documentation script, one line using && \ to make as one entry

https://github.com/UbuntuForums/system-info

wget -N -t 5 -T 10 https://github.com/UbuntuForums/system-info/raw/main/system-info && \
chmod +x system-info && \
./system-info

And lots more detail on Wireless:

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
Archerbob avatar
sy flag
This ran with errors, but I think I like "nobody" answer the best so far as it worked without error and looks far nicer
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.