digitemp_DS9097 command not found

In this troubleshooting guide we learn how to fix digitemp_DS9097 command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

digitemp_DS9097: command not found

or when using sudo you get the following error message

sudo: digitemp_DS9097: command not found

Solutions to digitemp_DS9097: command not found

How To Fix digitemp_DS9097: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu digitemp_DS9097 is provided by digitemp package.

digitemp is:

Digitemp is a program that reads data coming from a 1-Wire network using a passive adapter (DS9097) or the newer active adapter (DS9097U), connected to a serial port. Basically it reads temperature sensors, but others are supported, like a humidity sensor.

Digitemp also supports branched networks using DS2409 couplers.

To fix this problem, we can install more using the command below.

sudo apt-get -y install digitemp

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install digitemp.

sudo apt -y install digitemp

Or if you have aptitude installed you can use the following command.

sudo aptitude install digitemp

Summary

In this tutorial we learn how to fix digitemp_DS9097 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.