qsstv command not found

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

Introduction

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

qsstv: command not found

or when using sudo you get the following error message

sudo: qsstv: command not found

Solutions to qsstv: command not found

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

In Ubuntu qsstv is provided by qsstv package.

qsstv is:

Qsstv is a program for receiving slow-scan television and fax. These are modes used by hamradio operators. Qsstv uses a soundcard to send and receive images.

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

sudo apt-get -y install qsstv

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

You can also use apt command to install qsstv.

sudo apt -y install qsstv

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

sudo aptitude install qsstv

Summary

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