How to install CPU-G on Ubuntu

How to install CPU-G on Ubuntu , so i can use it to view information about my desktop hardware .

3 Answers

In newest versions of Ubuntu (mine Linux Mint 18), try this:

sudo add-apt-repository ppa:atareao/atareao sudo apt-get update sudo apt-get install cpu-g

1

To install Cpu-G , useful utility to show hardware information. It detects hardware and display details about everything, it shows information about CPU(Processor), RAM(Active/Inactive, Free, Used and cached), Motherboard and Chipset, Bios Details, Graphic card details .

In Terminal :

sudo add-apt-repository ppa:cpug-devs/ppa
sudo apt-get update
sudo apt-get install cpu-g

Open it :

enter image description here

You can view information about :

enter image description here

enter image description here

Reference

3

Although i find that @nux gave the good answer, i have to indicate a simple way to install CPU-G for people without use of add-apt-repository utility. In that case the CPU-G sourceforge tarball or CPU-G deb download is a convenient way

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like