Package for system specs
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
Package for system specs
Hi... Is there a package to get information specs on my system? Thanks
Re: Package for system specs
Certainly!
The pre-installed terminal program inxi gives great information; for example, try
If you like things more graphical, Hardinfo might be what you're looking for. It can be found in the Software Manager.
The pre-installed terminal program inxi gives great information; for example, try
inxi -Fzx
for an overview that's suitable to post in the forum (no sensitive information) and will help people help you. For more options than you can shake a stick at, use man inxi
.If you like things more graphical, Hardinfo might be what you're looking for. It can be found in the Software Manager.

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Re: Package for system specs
inxi is installed by default.
There's a mint command script ready to be run called
The upload-system-info inxi information part is:
-that's (F)ull output, triple verbose(x), include (r)epos list, mask personal info(z), and strip color codes(c0).
You can learn how to use inxi by using command:
check out
There are other ways to get specific info, or something particular to an exact piece of hardware, but inxi is a good tool for general system specs.
There's a mint command script ready to be run called
upload-system-info
and that runs an inxi command then further pipes it to the termbin paste site and opens it in your browser.The upload-system-info inxi information part is:
inxi -Fxxxrzc0
-that's (F)ull output, triple verbose(x), include (r)epos list, mask personal info(z), and strip color codes(c0).
You can learn how to use inxi by using command:
inxi --help
check out
inxi
command alone, or add -S
flag. there are many options.There are other ways to get specific info, or something particular to an exact piece of hardware, but inxi is a good tool for general system specs.
Re: Package for system specs
And not to forget the system reports of LM 19.x in the menu, where you get the system informations similar to the inxi-outputs in the terminal.
Re: Package for system specs
They're all good, thank you all
Re: Package for system specs
inxi is the tool, especially if you need to post the output. Wished Windows had something like it back when I was using Windows. Not as good IMO, hardinfo is a tool with GUI output and looks a lot like Everest Windows utility. You can install hardinfo package from Package Manager or by running:
and invoke hardinfo by running
Code: Select all
sudo apt-get install hardinfo
Code: Select all
hardinfo
Mint Mate 19.1. Main rig is HP 800G2 I5 6500 16GB ram, 120GB boot drive, 2x3TB, 1x4TB data drives. Oldest rig is Mate 18.3 on Dell D620 with 32bits core duo.
Re: Package for system specs
Also in a terminal:
will return loads of info.
You can also export to a nice looking html file by:
sudo lshw -html > hardware.html
This will add the document to your home directory named hardware.html
Code: Select all
sudo lshw
You can also export to a nice looking html file by:
sudo lshw -html > hardware.html
This will add the document to your home directory named hardware.html