cwcp command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cwcp: command not found
or when using sudo you get the following error message
sudo: cwcp: command not found
Solutions to cwcp: command not found
How To Fix cwcp: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cwcp is provided by cwcp package.
cwcp is:
The unixcw project provides support for learning to use Morse code.
This package provides an interactive Morse code tutor with a full-screen text-based (ncurses) user interface. It offers menu selection of sending modes, and keyboard control of character sounding options such as the sending speed and pitch.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cwcp
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cwcp.
sudo apt -y install cwcp
Or if you have aptitude installed you can use the following command.
sudo aptitude install cwcp
Summary
In this tutorial we learn how to fix cwcp command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.