indicator-sensors command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
indicator-sensors: command not found
or when using sudo you get the following error message
sudo: indicator-sensors: command not found
Solutions to indicator-sensors: command not found
How To Fix indicator-sensors: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu indicator-sensors is provided by indicator-sensors package.
indicator-sensors is:
Application indicator to display and monitor the readings from various hardware sensors (temperature, fan speeds, voltages etc) in the desktop panel for GNOME
To fix this problem, we can install more using the command below.
sudo apt-get -y install indicator-sensors
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install indicator-sensors.
sudo apt -y install indicator-sensors
Or if you have aptitude installed you can use the following command.
sudo aptitude install indicator-sensors
Summary
In this tutorial we learn how to fix indicator-sensors command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.