ebook2cw command not found

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

Introduction

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

ebook2cw: command not found

or when using sudo you get the following error message

sudo: ebook2cw: command not found

Solutions to ebook2cw: command not found

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

In Ubuntu ebook2cw is provided by ebook2cw package.

ebook2cw is:

ebook2cw is a command line program which converts a plain text (ISO 8859-1 or UTF-8) file (ebook) to Morse code MP3 or OGG audio files.

It automatically splits and numbers the output files by chapters.

For a detailed description, please refer to the man-page or the project website.

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

sudo apt-get -y install ebook2cw

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

You can also use apt command to install ebook2cw.

sudo apt -y install ebook2cw

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

sudo aptitude install ebook2cw

Summary

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