how to find cpu temperature fedora 13?

7,157

Solution 1

You want sensors from the lm_sensors package.

Solution 2

Use sensors command from lm_sensors package to find the CPU temp.

Share:
7,157

Related videos on Youtube

Ramy
Author by

Ramy

Updated on September 17, 2022

Comments

  • Ramy
    Ramy almost 2 years

    My laptop seems to be running SUPER HOT. Is there a command to ask for the CPU temp from the terminal?

  • Ramy
    Ramy over 13 years
    pardon my ignorance, but what is the lm_sensors package? Do I need to install it? How can I use it? I was expecting a command like >check CPU
  • Ignacio Vazquez-Abrams
    Ignacio Vazquez-Abrams over 13 years
    It's a package in the normal Fedora repo. It may already be installed on the system. You use it by running sensors.
  • vtest
    vtest over 13 years
    A good addition to this answer are GUI apps that can talk to sensors. gkrellm, conky etc. Running one of these permanently doesn't hurt.
  • leif81
    leif81 almost 13 years
    yum install lm_sensors
  • Talespin_Kit
    Talespin_Kit about 11 years
    "sensors_detect" may be required before "sensors" command