Click to See Complete Forum and Search --> : System Spec. Listing?


juglugs
09-02-2003, 01:45 PM
Hi,

Is there a command or a program that will generate a listing of all the software (including version number) and all the hardware on my system??

If so, I think it'd be invaluable as an attachment on forums like this, so that we can give folks a run-down of what we have...

It might highlight software conflicts that people are already aware of...

Hayl
09-02-2003, 01:58 PM
man rpm

serz
09-02-2003, 02:05 PM
Use "rpm -qa | less" to list all the software you have installed in your system.

You may want to look at the rpm manpage for more options.

mdwatts
09-02-2003, 04:44 PM
Originally posted by serz
Use "rpm -qa | less" to list all the software you have installed in your system.


It would be a good idea to pipe that to a text file

rpm -qa > rpm.list

and then you would have a printable/searchable file.

For hardware...

lspci

dmesg

sysinfo