

The last temperature is x86_pkg_temp reported at 54.0☌. The temperatures are stored in Celsius with 3 implied decimal places. To see what zones the temperatures are referring to use: $ paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/\(.\).$/.\1☌/' If you want to find out the temperature without installing anything, use: $ cat /sys/class/thermal/thermal_zone*/temp
#Cpu temperature windows 10 app install
To see HDD temperature Install hddtemp sudo apt-get install hddtempĪt the time of writing, all the answers involve use of third-party utilities. Finally to get your CPU temperature type sensors in your terminal.

You may also need to run sudo service kmod start Install lm-sensors sudo apt-get install lm-sensorsĪfter installation type the following in terminal sudo sensors-detect
