morse2ascii command not found

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

Introduction

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

morse2ascii: command not found

or when using sudo you get the following error message

sudo: morse2ascii: command not found

Solutions to morse2ascii: command not found

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

In Ubuntu morse2ascii is provided by morse2ascii package.

morse2ascii is:

This tool employs a volume/peak based method to decode the morse codes from a PCM WAV file as well as from text and RAW PCM files.

It contains some options for parsing abbreviations, prosigns and qcodes.

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

sudo apt-get -y install morse2ascii

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

You can also use apt command to install morse2ascii.

sudo apt -y install morse2ascii

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

sudo aptitude install morse2ascii

Summary

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