qtpass command not found
In this troubleshooting guide we learn how to fix qtpass command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
qtpass: command not found
or when using sudo you get the following error message
sudo: qtpass: command not found
Solutions to qtpass: command not found
How To Fix qtpass: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qtpass is provided by qtpass package.
qtpass is:
QtPass is a GUI password manager based on pass with the following features:
- Reading pass password stores
- Decrypting and displaying the password info
- Updating from the git repository
- Editing and adding of passwords
- Adding and removing people from gpg-id per folder
- Read operations also supported without pass (using gpg and git)
- Configuration options for backends and executable/folder locations
- Copying password to clipboard
- Hiding of password against shouldersurfing
- Experimental WebDAV support
To fix this problem, we can install more using the command below.
sudo apt-get -y install qtpass
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qtpass.
sudo apt -y install qtpass
Or if you have aptitude installed you can use the following command.
sudo aptitude install qtpass
Summary
In this tutorial we learn how to fix qtpass command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.