pwsafe command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pwsafe: command not found
or when using sudo you get the following error message
sudo: pwsafe: command not found
Solutions to pwsafe: command not found
How To Fix pwsafe: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pwsafe is provided by passwordsafe package.
passwordsafe is:
Password Safe allows you to safely and easily create a secured and encrypted user name/password list. With Password Safe all you have to do is create and remember a single “Master Password” of your choice in order to unlock and access your entire user name/password list.
This is the GNU/Linux version of the popular PasswordSafe password manager, originally designed by the renowned security technologist Bruce Schneier and open sourced in 2002.
Compatible with 1.x, 2.x and 3.x versions of the database format.
Note: This is a BETA release for Linux, therefore some functionality may not yet be implemented.
To fix this problem, we can install more using the command below.
sudo apt-get -y install passwordsafe
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install passwordsafe.
sudo apt -y install passwordsafe
Or if you have aptitude installed you can use the following command.
sudo aptitude install passwordsafe
Summary
In this tutorial we learn how to fix pwsafe command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.