xcwcp command not found

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

Introduction

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

xcwcp: command not found

or when using sudo you get the following error message

sudo: xcwcp: command not found

Solutions to xcwcp: command not found

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

In Ubuntu xcwcp is provided by xcwcp package.

xcwcp is:

The unixcw project provides support for learning to use Morse code.

This package provides an interactive Morse code tutor with a Qt4 user interface. It allows choosing from a number of options for practice, including sending random characters, random words, and characters from the keyboard. It will also receive Morse code sent using the keyboard or mouse as a Morse keyer, and display the characters it sees.

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

sudo apt-get -y install xcwcp

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

You can also use apt command to install xcwcp.

sudo apt -y install xcwcp

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

sudo aptitude install xcwcp

Summary

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