Check Hardware Infomation Using HardInfo on Ubuntu Linux

Channel: Linux
Abstract: and consider upgrading to a web browser that supports HTML5 video How To Check CPU Temperature in Windows 11 Ubuntu/Debian $ sudo apt-get install hard

HardInfo is a system profiler and benchmark tool used in Linux to check hardware information. HardInfo parses some files in /proc and displays their information in a graphical window. You may also check CPU temperature using this tool.

In this tutorial I will show how to check hardware information by install hardinfo on Ubuntu Linux.

Install HardInfo on Linux

Run the following command to install hardinfo in your Linux machine.

How To Check CPU Temperature in Win...

To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

How To Check CPU Temperature in Windows 11

Ubuntu/Debian

$ sudo apt-get install hardinfo

Arch Linux

On Arch Linux you can find hardinfo in community repo.

$ sudo pacman -S hardinfo
How to get hardware information using hardinfo

Run the following command from the terminal to display hardware information on GUI.

# hardinfo
Hardinfo hardware summary Hardinfo boot info Processor information Memory information Input devices information hard disk information Interface details Hardinfo - cpu sensors Conclusion

In Linux there are different commands available display hardware info but in this tutorial we learned about 'hardinfo' tool. I hope you enjoyed reading and please leave your comments in the below comment section.

Ref From: linoxide
Channels:

Related articles