pasaffe-import-figaroxml command not found

In this troubleshooting guide we learn how to fix pasaffe-import-figaroxml command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

pasaffe-import-figaroxml: command not found

or when using sudo you get the following error message

sudo: pasaffe-import-figaroxml: command not found

Solutions to pasaffe-import-figaroxml: command not found

How To Fix pasaffe-import-figaroxml: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu pasaffe-import-figaroxml 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-figaroxml command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.