cqrlog command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cqrlog: command not found
or when using sudo you get the following error message
sudo: cqrlog: command not found
Solutions to cqrlog: command not found
How To Fix cqrlog: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cqrlog is provided by cqrlog package.
cqrlog is:
CQRLOG is an advanced ham radio logger based on MySQL embedded database. Provides radio control based on hamlib libraries (currently support of 140+ radio types and models), DX cluster connection, HamQTH/QRZ callbook (XML access), a grayliner, internal QSL manager database support and a most accurate country resolution algorithm based on country tables developed by OK1RR. CQRLOG is intended for daily general logging of HF, CW & SSB contacts and strongly focused on easy operation and maintenance.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cqrlog
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cqrlog.
sudo apt -y install cqrlog
Or if you have aptitude installed you can use the following command.
sudo aptitude install cqrlog
Summary
In this tutorial we learn how to fix cqrlog command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.