Linux Lite Forums

Full Version: Psensor or equivalent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a 32 bit Linux Lite operating system installed 3.8 version in a very old HP Mini laptop computer.
I would like to find an equivalent of the Linux Mint Psensor, for monitoring the CPU temps et. al.
Is there one available?

Jim.
All from a Terminal.

Code:
sudo apt-get update && sudo apt-get install lm-sensors

Then, starts the detection of your hardware sensors:

Code:
sudo sensors-detect

Verify that it works:

Code:
sensors

Code:
sudo apt-get install psensor
Excellent Jerry, thanks.
I will install it tomorrow.

Jim.