psk31lx command not found

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

Introduction

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

psk31lx: command not found

or when using sudo you get the following error message

sudo: psk31lx: command not found

Solutions to psk31lx: command not found

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

In Ubuntu psk31lx is provided by psk31lx package.

psk31lx is:

psk31lx is a simple text-based terminal program with a built-in phase scope and spectrum analyzer to aid in signal tuning. It uses a sound card to receive and transmit PSK31 tone.

To fix this problem, we can install more using the command below.

sudo apt-get -y install psk31lx

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

You can also use apt command to install psk31lx.

sudo apt -y install psk31lx

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

sudo aptitude install psk31lx

Summary

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