soundmodem command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
soundmodem: command not found
or when using sudo you get the following error message
sudo: soundmodem: command not found
Solutions to soundmodem: command not found
How To Fix soundmodem: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu soundmodem is provided by soundmodem package.
soundmodem is:
This package contains the driver and diagnostic utility for the userspace SoundModem suite by Thomas Sailer.
This package allows you to use any soundcard supported by the kernel as an Amateur Packet Radio modem.
To fix this problem, we can install more using the command below.
sudo apt-get -y install soundmodem
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install soundmodem.
sudo apt -y install soundmodem
Or if you have aptitude installed you can use the following command.
sudo aptitude install soundmodem
Summary
In this tutorial we learn how to fix soundmodem command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.