quisk command not found

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

Introduction

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

quisk: command not found

or when using sudo you get the following error message

sudo: quisk: command not found

Solutions to quisk: command not found

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

In Ubuntu quisk is provided by quisk package.

quisk is:

This is Quisk, a Software Defined Radio (SDR). You supply an antenna and a complex (I/Q) mixer to convert the radio spectrum to a low IF. Then send that IF to your computer using the sound card, Ethernet or USB. The Quisk software will read the I/Q data, tune it, filter it, demodulate it, and send the audio to headphones or speakers. Quisk has a microphone input and a key input so it can operate as a complete transceiver.

Quisk works with this hardware:

  • SoftRock connected to the sound card
  • Many other SDR’s connected to the sound card
  • SDR-IQ connected by USB
  • Perseus connected by USB
  • N2ADR hardware connected by Ethernet and IP
  • HiQSDR hardware connected by Ethernet and IP
  • The Hermes-Lite project at hermeslite.com
  • Quisk can be used as a pan adapter, and can control some radios

Quisk is small and simple, and has been designed so that it is easy to change Quisk to suit your own hardware. Quisk rhymes with “brisk”, and is QSK plus a few letters to make it easier to pronounce. QSK is a Q signal meaning full breakin CW operation, and Quisk has been designed for low latency. Quisk includes an input keying signal that can mute the audio and substitute a sidetone.

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

sudo apt-get -y install quisk

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

You can also use apt command to install quisk.

sudo apt -y install quisk

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

sudo aptitude install quisk

Summary

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