Saturday, May 4, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 15525  / 1 Year ago, sun, may 28, 2023, 5:34:37

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 ?


More From » installation

 Answers
7

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?


[#43257] Monday, May 29, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
olfdit

Total Points: 118
Total Questions: 98
Total Answers: 97

Location: Honduras
Member since Fri, Nov 25, 2022
1 Year ago
;