Psensor or equivalent - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Psensor or equivalent (/showthread.php?tid=8454) |
Psensor or equivalent - Jim0000 - 08-20-2022 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. Re: Psensor or equivalent - Valtam - 08-20-2022 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 Re: Psensor or equivalent - Jim0000 - 08-20-2022 Excellent Jerry, thanks. I will install it tomorrow. Jim. |