passwordmaker command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
passwordmaker: command not found
or when using sudo you get the following error message
sudo: passwordmaker: command not found
Solutions to passwordmaker: command not found
How To Fix passwordmaker: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu passwordmaker is provided by passwordmaker-cli package.
passwordmaker-cli is:
One Password to Rule Them All!
A small, lightweight, free, extension for Internet Explorer, Firefox, Mozilla, Netscape, Flock, and Yahoo! Widgets which creates unique, secure passwords that are very easy for you to retrieve but no one else. Nothing is stored anywhere, anytime, so there’s nothing to be hacked, lost, or stolen.
This is the Command Line Version.
Other versions are at https://www.passwordmaker.org
To fix this problem, we can install more using the command below.
sudo apt-get -y install passwordmaker-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install passwordmaker-cli.
sudo apt -y install passwordmaker-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install passwordmaker-cli
Summary
In this tutorial we learn how to fix passwordmaker command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.