ewipe command not found

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

Introduction

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

ewipe: command not found

or when using sudo you get the following error message

sudo: ewipe: command not found

Solutions to ewipe: command not found

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

In Ubuntu ewipe is provided by ewipe package.

ewipe is:

Extended WIPE is a presentation tool written in Tcl/Tk. Unlike MagicPoint, the de facto standard in this realm, you can create resumes for presentation with user-friendly GUI, then save manuscripts in HTML and mgp (Magic Point file format).

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

sudo apt-get -y install ewipe

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

You can also use apt command to install ewipe.

sudo apt -y install ewipe

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

sudo aptitude install ewipe

Summary

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