-3

How can I see a read out of my CPU or in general how much my laptop is overheating? I tried this (https://www.youtube.com/watch?v=GvO35KYi4_U) where all the temperature info is shown when you type "sensors", but I'm not getting anything - enter image description here

I have Ubuntu 14.04 and I don't know anything about it so what can be the problem? I also noticed I can't run new programs like Blender (donloaded as as ZIP so it doesn't require instalation). How can I check if I have a limited version of the OS because I believe it shouldn't work like this. Here's the program folder - enter image description here

I'm just plain confused, please help!

1 Answers1

3

You don't have installed sensors utility. You can install it by

sudo apt-get install lm-sensors

as stated on first screenshot.

As for Blender, it is in the repository’s, just run

sudo apt-get install blender
Mark Kirby
  • 18,949
  • 19
  • 79
  • 116
lived
  • 91