aprsdigi command not found

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

Introduction

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

aprsdigi: command not found

or when using sudo you get the following error message

sudo: aprsdigi: command not found

Solutions to aprsdigi: command not found

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

In Ubuntu aprsdigi is provided by aprsdigi package.

aprsdigi is:

Aprsdigi is a specialized Amateur Packet Radio (AX.25) UI-frame digipeater for the Automatic Position Reporting Systems, APRS(tm). It uses the Linux kernel AX.25 network stack as well as the SOCK_PACKET facility to listen for packets on one or more radio interfaces (ports) and repeat those packets – with several possible modifications – on the same or other interfaces. Aprsdigi can also use the Internet to tunnel connections among other APRS digipeaters and nodes using IPv4 or IPv6 UDP unicast or multicast.

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

sudo apt-get -y install aprsdigi

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

You can also use apt command to install aprsdigi.

sudo apt -y install aprsdigi

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

sudo aptitude install aprsdigi

Summary

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