rephrase command not found

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

Introduction

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

rephrase: command not found

or when using sudo you get the following error message

sudo: rephrase: command not found

Solutions to rephrase: command not found

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

In Ubuntu rephrase is provided by rephrase package.

rephrase is:

If you can nearly remember your GnuPG passphrase - but not quite - then Rephrase may be able to help. Tell Rephrase the parts of the passphrase you know, and any number of alternatives for the parts you’re not sure about; and Rephrase will try all the alternatives, in all possible combinations, and tell you which combination (if any) gives you the correct passphrase.

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

sudo apt-get -y install rephrase

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

You can also use apt command to install rephrase.

sudo apt -y install rephrase

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

sudo aptitude install rephrase

Summary

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