seahorse-sharing command not found
In this troubleshooting guide we learn how to fix seahorse-sharing command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
seahorse-sharing: command not found
or when using sudo you get the following error message
sudo: seahorse-sharing: command not found
Solutions to seahorse-sharing: command not found
How To Fix seahorse-sharing: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu seahorse-sharing is provided by seahorse-sharing package.
seahorse-sharing is:
A daemon for sharing your GnuPG keys using HKP key sharing discovered with DNS-SD.
To fix this problem, we can install more using the command below.
sudo apt-get -y install seahorse-sharing
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install seahorse-sharing.
sudo apt -y install seahorse-sharing
Or if you have aptitude installed you can use the following command.
sudo aptitude install seahorse-sharing
Summary
In this tutorial we learn how to fix seahorse-sharing command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.