trx-tx command not found

In this troubleshooting guide we learn how to fix trx-tx command not found error message

Introduction

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

trx-tx: command not found

or when using sudo you get the following error message

sudo: trx-tx: command not found

Solutions to trx-tx: command not found

How To Fix trx-tx: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu trx-tx is provided by trx package.

trx is:

It sends and receives encoded audio over IP networks, via a soundcard or audio interface. It can be used for point-to-point audio links or multicast, eg. private transmitter links for a radio station or other live audio distribution. In contrast to traditional streaming, high quality wideband audio (such as music) can be sent with low-latency, typically as low as a few milliseconds, and incredibly fast recovery from dropouts.

It works favourable as a replacement for traditional ISDN lines and hardware ISDN codecs.

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

sudo apt-get -y install trx

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

You can also use apt command to install trx.

sudo apt -y install trx

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

sudo aptitude install trx

Summary

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