qtel command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qtel: command not found
or when using sudo you get the following error message
sudo: qtel: command not found
Solutions to qtel: command not found
How To Fix qtel: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qtel is provided by qtel package.
qtel is:
Qtel is a graphical client program for the EchoLink® ham radio protocol.
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 qtel
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qtel.
sudo apt -y install qtel
Or if you have aptitude installed you can use the following command.
sudo aptitude install qtel
Summary
In this tutorial we learn how to fix qtel command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.