seahorse-tool command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
seahorse-tool: command not found
or when using sudo you get the following error message
sudo: seahorse-tool: command not found
Solutions to seahorse-tool: command not found
How To Fix seahorse-tool: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu seahorse-tool is provided by seahorse-nautilus package.
seahorse-nautilus is:
Seahorse nautilus is an extension for nautilus which allows encryption and decryption of OpenPGP files using GnuPG - the GNU Privacy Guard program.
To fix this problem, we can install more using the command below.
sudo apt-get -y install seahorse-nautilus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install seahorse-nautilus.
sudo apt -y install seahorse-nautilus
Or if you have aptitude installed you can use the following command.
sudo aptitude install seahorse-nautilus
Summary
In this tutorial we learn how to fix seahorse-tool command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.