svxreflector command not found

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

Introduction

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

svxreflector: command not found

or when using sudo you get the following error message

sudo: svxreflector: command not found

Solutions to svxreflector: command not found

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

In Ubuntu svxreflector is provided by svxreflector package.

svxreflector is:

The SvxReflector can interconnect multiple SvxLink nodes. Audio sent to the reflector is broadcast to all other nodes. Only one talker is allowed at a time.

For a client program implementing the EchoLink® protocol, please have a look at the ‘qtel’ package.

EchoLink® allows licensed amateur radio operators to communicate over the Internet, including remote access to station equipment. 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 svxreflector

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

You can also use apt command to install svxreflector.

sudo apt -y install svxreflector

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

sudo aptitude install svxreflector

Summary

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