In Ubuntu 15.10 when using Mozilla Thunderbird with Enigmail I get the following warning (in Swedish):
Du använder GnuPG version 1.4.18, vilken inte längre stöds. Enigmail kräver GnuPG version 2.0.7 eller senare. Vänligen uppgradera din installation av GnuPG annars fungerar inte Enigmail.
As I understand it my version of GnuPG is to old and I need to upgrade. However, I can't figure out how to do that.
At Enigmail FAQ I read that:
you install GnuPG 2.0 via the regular package management system of your distribution (e.g. apt, yum, yast). On many distributions the package is called "gnupg2" or "gpg2"".
But I'm only a normal user, and I don't understand what that means and what I'm suppose to do.
I would be very happy for some help. For example some kind of very basic step by step ”How to” guide.
gpg
binary as that is still version 1. You will have tosudo apt-get remove gnupg
thensudo ln -s /usr/bin/gpg2 /usr/bin/gpg
– Sukima Feb 09 '18 at 18:23gpg
available in case you run into any problems, so you can always just callgpg2
to use the new version. – Tim Malone Mar 04 '18 at 04:11gnupg2
package wasn't available, (2) the command in the answer reportedHowever the following packages replace it: gpgv gpgsm gnupg-l10n gnupg dirmngr
, and (3)sudo apt-get install gpgv gpgsm gnupg-l10n gnupg dirmngr
reported that all those packages were already current. Perhaps they came with my Ubuntu image. Hope it helps ... – BaldEagle Jun 24 '18 at 16:23gnupg
package is GnuPG 2, andgnupg2
is a dummy package available in universe. – muru Jun 24 '18 at 16:39