4

I am trying to install lm-sensors on ubuntu server 11.04 with the following command sudo apt-get install lm-sensors, but I am getting the following error:

Error Package lm-sensors has no installation candidate.

I need a program that can show me detailed statistics about temperatures and usage of my components (cpu, ram, hdd) like lm-sensors.

If I cannot install it, exist other option like lm-sensors ?

croppio.com
  • 1,579

2 Answers2

4

You will need to enable the Universe repository to install the package.

sudo nano /etc/apt/sources.list

remove the # from the beginning of the lines that look something like:

deb http://gb.archive.ubuntu.com/ubuntu/ natty universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ natty universe
deb http://gb.archive.ubuntu.com/ubuntu/ natty-updates universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ natty-updates universe

Save and then refresh your repository information:

sudo apt-get update

To install the package:

sudo apt-get install lm-sensors

Linked Question:

  1. How to use lm-sensors?
fossfreedom
  • 174,526
1

The error shows you may have spelled it wrong. Try the following command

sudo apt-get install lm-sensors