soundwrapper command not found

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

Introduction

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

soundwrapper: command not found

or when using sudo you get the following error message

sudo: soundwrapper: command not found

Solutions to soundwrapper: command not found

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

In Ubuntu soundwrapper is provided by tucnak package.

tucnak is:

Tucnak is a VHF/UHF/SHF logging program for hamradio contests. It supports multi bands, free input, networking, voice and CW keyer, WWL database and much more.

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

sudo apt-get -y install tucnak

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

You can also use apt command to install tucnak.

sudo apt -y install tucnak

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

sudo aptitude install tucnak

Summary

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