aprx command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aprx: command not found
or when using sudo you get the following error message
sudo: aprx: command not found
Solutions to aprx: command not found
How To Fix aprx: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aprx is provided by aprx package.
aprx is:
Aprx is an APRS specific Digipeater and iGate. It supports multiple KISS-TNCs on serial ports and listening to any kernel AX.25 network interfaces.
Additional features include a built-in “erlang-monitor” to analyze activity level of radio channels.
This software requires a valid (and unique) ham radio callsign to operate fully and is therefore useful mainly for licensed radio amateurs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aprx
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aprx.
sudo apt -y install aprx
Or if you have aptitude installed you can use the following command.
sudo aptitude install aprx
Summary
In this tutorial we learn how to fix aprx command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.