ebook2cwgui command not found

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

Introduction

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

ebook2cwgui: command not found

or when using sudo you get the following error message

sudo: ebook2cwgui: command not found

Solutions to ebook2cwgui: command not found

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

In Ubuntu ebook2cwgui is provided by ebook2cwgui package.

ebook2cwgui is:

ebook2cwgui is a graphical user interface (GUI) for the command-line program ebook2cw, which converts ebooks to Morse MP3s/OGGs.

The GUI uses the same configuration file as ebook2cw, called ebook2cw.conf.

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 ebook2cwgui

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

You can also use apt command to install ebook2cwgui.

sudo apt -y install ebook2cwgui

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

sudo aptitude install ebook2cwgui

Summary

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