te923con command not found

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

Introduction

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

te923con: command not found

or when using sudo you get the following error message

sudo: te923con: command not found

Solutions to te923con: command not found

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

In Ubuntu te923con is provided by te923con package.

te923con is:

te923con supports most weather stations based on Hideki weather station like IROX Pro X, Mebus TE923 or TFA Nexus. Some other hardware is supported but not all devices are tested yet.

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

sudo apt-get -y install te923con

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

You can also use apt command to install te923con.

sudo apt -y install te923con

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

sudo aptitude install te923con

Summary

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