pwman3 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pwman3: command not found
or when using sudo you get the following error message
sudo: pwman3: command not found
Solutions to pwman3: command not found
How To Fix pwman3: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pwman3 is provided by pwman3 package.
pwman3 is:
Pwman3 aims to provide a simple but powerful command line interface for password management. It allows one to store your password in a sqlite database locked by a master password which can be encrypted with different algorithms (e.g Blowfish, AES, DES3).
It is also possible to tag them to ease searches in a large amount of passwords
To fix this problem, we can install more using the command below.
sudo apt-get -y install pwman3
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pwman3.
sudo apt -y install pwman3
Or if you have aptitude installed you can use the following command.
sudo aptitude install pwman3
Summary
In this tutorial we learn how to fix pwman3 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.