pasaffe-import-keepassx command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pasaffe-import-keepassx: command not found
or when using sudo you get the following error message
sudo: pasaffe-import-keepassx: command not found
Solutions to pasaffe-import-keepassx: command not found
How To Fix pasaffe-import-keepassx: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pasaffe-import-keepassx is provided by pasaffe package.
pasaffe is:
Pasaffe is an easy to use password manager for GNOME. You can use it to safely store all your usernames and passwords into a single encrypted database protected by as master password. The database is encrypted with Twofish and is PasswordSafe v3 compatible.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pasaffe
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pasaffe.
sudo apt -y install pasaffe
Or if you have aptitude installed you can use the following command.
sudo aptitude install pasaffe
Summary
In this tutorial we learn how to fix pasaffe-import-keepassx command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.