Is there a program for ubuntu in checking system specs? I've tried the onbard one that comes with ubuntu but it Only shows me the amount of memory, Graphics, CPU and Sound - although I need alot more than that as they're stil only brief descriptions. Motherboard and such needs to be included too
Asked
Active
Viewed 183 times
0
-
Take a look at my Post, see if its what you want. – Mitch Jul 21 '13 at 10:06
2 Answers
2
Sysinfo is what you are looking for in Ubuntu 18.04 and earlier. It is a graphical user interface application that supplies information about the hardware in your system including CPU, memory, graphics card and the motherboard. You can install Sysinfo using the Ubuntu Software Center, or else open the terminal and type:
sudo apt-get install sysinfo
In Ubuntu 20.04 and later install System Profiler ( sudo apt install hardinfo
) instead of Sysinfo.

karel
- 114,770
0
Yes,
lspci
shows everything what your pci bus have eaten
lsusb
does the same for usb
For the motherboard, you should be very aware of electronics to detect motherboard by just on it's devices. I suggest to open the case and see.

Pasi Suominen
- 1,004
- 8
- 11