tqsl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tqsl: command not found
or when using sudo you get the following error message
sudo: tqsl: command not found
Solutions to tqsl: command not found
How To Fix tqsl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tqsl is provided by trustedqsl package.
trustedqsl is:
Open source libraries and utilities to support using digital signatures for amateur radio QSL information.
A QSL is a confirmation of contact between two amateur radio stations. The ARRL Logbook of the World project is a database which collects data about contacts between amateur stations (QSOs). This package provides the ’tqsl’ program for maintaining your digital certificates for LoTW and signing and uploading QSO log files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install trustedqsl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install trustedqsl.
sudo apt -y install trustedqsl
Or if you have aptitude installed you can use the following command.
sudo aptitude install trustedqsl
Summary
In this tutorial we learn how to fix tqsl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.