gnome-passwordsafe command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-passwordsafe: command not found
or when using sudo you get the following error message
sudo: gnome-passwordsafe: command not found
Solutions to gnome-passwordsafe: command not found
How To Fix gnome-passwordsafe: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-passwordsafe is provided by gnome-passwordsafe package.
gnome-passwordsafe is:
Password Safe is a password manager which makes use of the KeePass v.4 format. It integrates perfectly with the GNOME desktop and provides an easy and uncluttered interface for the management of password databases.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-passwordsafe
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-passwordsafe.
sudo apt -y install gnome-passwordsafe
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-passwordsafe
Summary
In this tutorial we learn how to fix gnome-passwordsafe command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.