remotetrx command not found

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

Introduction

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

remotetrx: command not found

or when using sudo you get the following error message

sudo: remotetrx: command not found

Solutions to remotetrx: command not found

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

In Ubuntu remotetrx is provided by remotetrx package.

remotetrx is:

The RemoteTrx server facilitates remote control of amateur radio transceivers via the EchoLink® protocol. It is normally used together with the ‘svxlink-server’ package, which allows for nearly world-wide access from the Internet.

EchoLink® allows licensed amateur radio operators to communicate over the Internet, including remote access to station equipment. The RemoteTrx server provides remote control of a connected radio transceiver. EchoLink® is a registered trademark of Synergenics, LLC.

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

sudo apt-get -y install remotetrx

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

You can also use apt command to install remotetrx.

sudo apt -y install remotetrx

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

sudo aptitude install remotetrx

Summary

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