pyqso command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pyqso: command not found
or when using sudo you get the following error message
sudo: pyqso: command not found
Solutions to pyqso: command not found
How To Fix pyqso: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pyqso is provided by pyqso package.
pyqso is:
PyQSO is a logging tool for amateur radio operators. It provides a simple graphical interface through which users can manage information about the contacts/QSOs they make with other operators on the air. All information is stored in a light-weight SQL database. Other key features include:
- Customisable interface (e.g. only show callsign and frequency information).
- Import and export logs in ADIF format.
- Perform callsign lookups and auto-fill data fields using the qrz.com database.
- Sort the logs by individual fields.
- Print a hard-copy of logs, or print to PDF.
- Connect to Telnet-based DX clusters.
- Progress tracker for the DXCC award.
- Grey line plotter.
- Filter out QSOs based on the callsign field (e.g. only display contacts with callsigns beginning with “M6”).
- Remove duplicate QSOs.
- Basic support for the Hamlib library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pyqso
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pyqso.
sudo apt -y install pyqso
Or if you have aptitude installed you can use the following command.
sudo aptitude install pyqso
Summary
In this tutorial we learn how to fix pyqso command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.