# How to Get a Graphical Device Manager for Linux

**URL:** https://www.compsmag.com/blogs/how-to-get-a-graphical-device-manager-for-linux/
**Author:** Ayushi Chauhan
**Published:** 2022-04-02
**Updated:** 2022-04-02
**Categories:** Blogs
**Tags:** Blogs Daily, Computer Guides, Computers Tips and Tutorials, guiderobert, Guides and Tutorials, guiding12, How To Guide, How To Guides, Linux Guides, Tips, Tricks, Windows Tips
**Reading Time:** 5 min

---

This tip is about the how to Get a Graphical Device Manager for Linux. So read this free guide, How to Get a Graphical Device Manager for Linux step by step. If you have query related to same article you may contact us.

## How to Get a Graphical Device Manager for Linux - Guide

Device Manager plays a very important role for all devices as it helps us to manage and control the hardware of our device.  You may have seen that Windows comes with its own Device Manager, which made it much easier for users to manage the hardware of their devices.  However, when it comes to Linux, it doesn't have such a device manager.

But you don't have to worry about that, because here we are going to tell you how to get a graphical device manager for linux.  One such application is HardInfo, which is more like Windows Device Manager.  Not only the features you will see that the UI is quite similar compared to Windows.

## Inspecting Hardware

Linux has many command-line tools that show the properties of different hardware components on your computer.  What it doesn't have - by default - is something like Windows Device Manager.  Windows Device Manager provides a convenient method for browsing and inspecting the hardware and devices on your computer.  It's great because it's quick and simple.  You only need to run one program to capture a lot of information on many hardware devices, and the interface uses a familiar format.

There is a tree on the left with hardware categories.  Navigate the tree, expand and collapse the branches, and highlight an item you want to see details for.  Windows Device Manager will display information about this item in its main window.

## Installing HardInfo

To install HardInfo on Ubuntu, type:

sudo apt install hardinfo

In Manjaro, use this command:

In Fedora, you need to work a little harder.  HardInfo is not included in the official repositories.  You can download the installation file here.  Change directory to the location of the downloaded file.  This will likely be your “Downloads” directory.  Enter this command to install HardInfo:

sudo rpm -ivh hardinfo-0.5.1-15.1.x86_64.rpm

Starting HardInfo

Press the "Super" key on your keyboard.  This is usually between the "Control" and "Alt" keys at the bottom left of the keyboard.  Type "hardinfo" in the search bar.  You will see the HardInfo icon.

## Using HardInfo

HardInfo's interface is very simple.  The different hardware categories are listed in the left pane in a tree view.  The details of the highlighted tree item are displayed in the main window.

The default view is the computer summary.  This gives you a high-level view of your computer's main components.

You can move the tree selection bar using the “Up Arrow”, “Down Arrow”, “Home”, “End”, “Page Up” and “Page Down”.  You can also click on the item in the tree you want to examine.

Selecting the “Summary” option displays a more comprehensive summary.

Click on one of the other titles in the tree to see complete information about that item.

Although HardIfno is mainly dedicated to hardware, it does show some system attributes that are not hardware based.  It can display information about users and groups, for example.

This copy of HardInfo is running on an Ubuntu virtual machine, so some of the results are a little quirky.  The virtual machine was created with access to two CPU cores of the host computer.  So while the CPU is correctly identified as a 6-core AMD Ryzen 5 3600 CPU, only two cores are listed.

Some screens are dynamic.  For example, if you select the memory tree item, a real-time graph of memory usage will be included in the main window.

To read Electrically Erasable Programmable Memory (EEPROM) based Serial Presence Detect (SPD) data from your RAM, you will need to run the modprobe command to start the EEPROM kernel module.  This gives HardInfo something to interrogate and retrieve the SPD data.

Your RAM might not use SPD, and this virtual machine certainly doesn't.

## Getting data from HardInfo

To create a report as an HTML (HyperText Markup Language) file, click the “Report” button button in the menu bar.

The “Generate Report” dialog box appears.  You can select which categories of information you want to include in the report.  Click on the “Generate” button button when you have made your selection.

You are prompted for a location to save the report.  HardInfo then asks if you would like to open the report after it is generated.

If you click the "Open" button button HardInfo starts, your default browser displays the report.

You can copy individual sections of information from HardInfo by copying them to the clipboard and pasting them into other applications.

Display some information in the HardInfo application that you want to copy and click the “Copy to clipboard” button button.

In another application such as the gedit text editor, press the “Ctrl” and “v” keys to paste the HardInfo information.

## Final note

I hope you like the guide How to Get a Graphical Device Manager for Linux. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.

---

*End of Article*