1

I have accepted all the 'risky' things lm-sensors wanted to do with my system since this answer told me so. My computer is now getting a lot hotter than before, even outside of Ubuntu, and I think it is due to that.

How to undo whatever changes lm-sensors has made to my system?

jobukkit
  • 5,266

1 Answers1

2

Uninstall lm-sensors and its dependencies

   sudo apt-get remove --auto-remove lm-sensors

Purging your config/data too

   sudo apt-get purge lm-sensors
Ben
  • 1,476