How do I install GnuPG 2.2?
Is it possible to install GnuPG 2.2 in Ubuntu 16.04?
According to https://lists.gnupg.org/pipermail/gnupg-announce/2018q3/000428.html there is a maintenance version 2.2.10. This link also tells how to install it but it looks to me that one has to compile all the stuff, i.e. there is no package to be installed by sudo apt-get ... or the like. Is that right?
- I am using Thunderbird 60.2.1 (64 Bit) in connection with
- Enigmail v. 2.0.8.
- Gpg is currently still on version 1.4.20, which looks like far
outdated.
What are the right stable versions which work together well and which are maintenanced such that I stay with a stable combination of the set T hunderbird+Enigmail+gpg?
Which set would be "natural" in ubuntu 16.10?
thunderbird gnupg
add a comment |
Is it possible to install GnuPG 2.2 in Ubuntu 16.04?
According to https://lists.gnupg.org/pipermail/gnupg-announce/2018q3/000428.html there is a maintenance version 2.2.10. This link also tells how to install it but it looks to me that one has to compile all the stuff, i.e. there is no package to be installed by sudo apt-get ... or the like. Is that right?
- I am using Thunderbird 60.2.1 (64 Bit) in connection with
- Enigmail v. 2.0.8.
- Gpg is currently still on version 1.4.20, which looks like far
outdated.
What are the right stable versions which work together well and which are maintenanced such that I stay with a stable combination of the set T hunderbird+Enigmail+gpg?
Which set would be "natural" in ubuntu 16.10?
thunderbird gnupg
My Lubuntu 18.04 LTS, installed and up to date has gpg (GnuPG) 2.2.4.
– sudodus
Oct 16 '18 at 18:54
add a comment |
Is it possible to install GnuPG 2.2 in Ubuntu 16.04?
According to https://lists.gnupg.org/pipermail/gnupg-announce/2018q3/000428.html there is a maintenance version 2.2.10. This link also tells how to install it but it looks to me that one has to compile all the stuff, i.e. there is no package to be installed by sudo apt-get ... or the like. Is that right?
- I am using Thunderbird 60.2.1 (64 Bit) in connection with
- Enigmail v. 2.0.8.
- Gpg is currently still on version 1.4.20, which looks like far
outdated.
What are the right stable versions which work together well and which are maintenanced such that I stay with a stable combination of the set T hunderbird+Enigmail+gpg?
Which set would be "natural" in ubuntu 16.10?
thunderbird gnupg
Is it possible to install GnuPG 2.2 in Ubuntu 16.04?
According to https://lists.gnupg.org/pipermail/gnupg-announce/2018q3/000428.html there is a maintenance version 2.2.10. This link also tells how to install it but it looks to me that one has to compile all the stuff, i.e. there is no package to be installed by sudo apt-get ... or the like. Is that right?
- I am using Thunderbird 60.2.1 (64 Bit) in connection with
- Enigmail v. 2.0.8.
- Gpg is currently still on version 1.4.20, which looks like far
outdated.
What are the right stable versions which work together well and which are maintenanced such that I stay with a stable combination of the set T hunderbird+Enigmail+gpg?
Which set would be "natural" in ubuntu 16.10?
thunderbird gnupg
thunderbird gnupg
asked Oct 16 '18 at 18:05
Adalbert HanßenAdalbert Hanßen
1715
1715
My Lubuntu 18.04 LTS, installed and up to date has gpg (GnuPG) 2.2.4.
– sudodus
Oct 16 '18 at 18:54
add a comment |
My Lubuntu 18.04 LTS, installed and up to date has gpg (GnuPG) 2.2.4.
– sudodus
Oct 16 '18 at 18:54
My Lubuntu 18.04 LTS, installed and up to date has gpg (GnuPG) 2.2.4.
– sudodus
Oct 16 '18 at 18:54
My Lubuntu 18.04 LTS, installed and up to date has gpg (GnuPG) 2.2.4.
– sudodus
Oct 16 '18 at 18:54
add a comment |
2 Answers
2
active
oldest
votes
See this gist for compile and install GnuPG 2.2.x on Ubuntu :
https://gist.github.com/romen/b7bac24d679d91acabb27bfcdabbee01
add a comment |
GnuPG is one base package for security and have deep dependencies, that's the reason it's not possible to build and install it following the debian packaging model.
├─ gnupg2
│ ├─ dpkg (>= 1.15.4)
│ ├─ gnupg-agent (= 2.1.11-6ubuntu2)
│ ├─ install-info
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libksba8 (>= 1.2.0)
│ ├─ libreadline6 (>= 6.0)
│ ├─ libsqlite3-0 (>= 3.7.15)
│ └─ zlib1g (>= 1:1.1.4)
├─ dpkg
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.14)
│ ├─ liblzma5 (>= 5.1.1alpha+20120614)
│ ├─ libselinux1 (>= 2.3)
│ ├─ tar (>= 1.23)
│ └─ zlib1g (>= 1:1.1.4)
├─ libbz2-1.0
│ └─ libc6 (>= 2.4)
├─ libc6
│ └─ libgcc1
├─ libgcc1
│ ├─ gcc-6-base (= 6.0.1-0ubuntu1)
│ └─ libc6 (>= 2.14)
├─ gcc-6-base
├─ liblzma5
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ multiarch-support
│ └─ libc6 (>= 2.3.6-2)
├─ libselinux1
│ ├─ libc6 (>= 2.14)
│ └─ libpcre3
├─ libpcre3
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ tar
│ ├─ libacl1 (>= 2.2.51-8)
│ ├─ libc6 (>= 2.17)
│ └─ libselinux1 (>= 1.32)
├─ libacl1
│ ├─ libattr1 (>= 1:2.4.46-8)
│ └─ libc6 (>= 2.14)
├─ libattr1
│ ├─ libc6 (>= 2.4)
│ └─ multiarch-support
├─ zlib1g
│ └─ libc6 (>= 2.14)
├─ gnupg-agent
│ ├─ libassuan0 (>= 2.3.0)
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libnpth0 (>= 0.90)
│ ├─ libreadline6 (>= 6.0)
│ ├─ pinentry
│ └─ pinentry-curses
├─ libassuan0
│ ├─ libc6 (>= 2.14)
│ └─ libgpg-error0 (>= 1.14)
├─ libgpg-error0
│ └─ libc6 (>= 2.15)
├─ libgcrypt20
│ ├─ libc6 (>= 2.15)
│ └─ libgpg-error0 (>= 1.14)
├─ libnpth0
│ └─ libc6 (>= 2.17)
├─ libreadline6
│ ├─ libc6 (>= 2.15)
│ ├─ libtinfo5 (>= 6)
│ └─ readline-common
├─ libtinfo5
│ └─ libc6 (>= 2.16)
├─ readline-common
│ ├─ dpkg (>= 1.15.4)
│ └─ install-info
├─ install-info
│ ├─ libc6 (>= 2.14)
│ └─ dpkg (>= 1.16.1)
├─ pinentry
├─ pinentry-curses
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libncursesw5 (>= 6)
│ └─ libtinfo5 (>= 6)
├─ libncursesw5
│ ├─ libc6 (>= 2.14)
│ └─ libtinfo5 (= 6.0+20160213-1ubuntu1)
├─ libksba8
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ └─ multiarch-support
└─ libsqlite3-0
└─ libc6 (>= 2.14)
It's better to upgrade to a newer release, since the packages on each release are frozen to meet stability and compatibility among them.
In case you still need to install newer packages and want to get your hands dirty try,
https://gist.github.com/vt0r/a2f8c0bcb1400131ff51
Cheers!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1084348%2fhow-do-i-install-gnupg-2-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
See this gist for compile and install GnuPG 2.2.x on Ubuntu :
https://gist.github.com/romen/b7bac24d679d91acabb27bfcdabbee01
add a comment |
See this gist for compile and install GnuPG 2.2.x on Ubuntu :
https://gist.github.com/romen/b7bac24d679d91acabb27bfcdabbee01
add a comment |
See this gist for compile and install GnuPG 2.2.x on Ubuntu :
https://gist.github.com/romen/b7bac24d679d91acabb27bfcdabbee01
See this gist for compile and install GnuPG 2.2.x on Ubuntu :
https://gist.github.com/romen/b7bac24d679d91acabb27bfcdabbee01
answered Oct 16 '18 at 18:24
user736902
add a comment |
add a comment |
GnuPG is one base package for security and have deep dependencies, that's the reason it's not possible to build and install it following the debian packaging model.
├─ gnupg2
│ ├─ dpkg (>= 1.15.4)
│ ├─ gnupg-agent (= 2.1.11-6ubuntu2)
│ ├─ install-info
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libksba8 (>= 1.2.0)
│ ├─ libreadline6 (>= 6.0)
│ ├─ libsqlite3-0 (>= 3.7.15)
│ └─ zlib1g (>= 1:1.1.4)
├─ dpkg
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.14)
│ ├─ liblzma5 (>= 5.1.1alpha+20120614)
│ ├─ libselinux1 (>= 2.3)
│ ├─ tar (>= 1.23)
│ └─ zlib1g (>= 1:1.1.4)
├─ libbz2-1.0
│ └─ libc6 (>= 2.4)
├─ libc6
│ └─ libgcc1
├─ libgcc1
│ ├─ gcc-6-base (= 6.0.1-0ubuntu1)
│ └─ libc6 (>= 2.14)
├─ gcc-6-base
├─ liblzma5
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ multiarch-support
│ └─ libc6 (>= 2.3.6-2)
├─ libselinux1
│ ├─ libc6 (>= 2.14)
│ └─ libpcre3
├─ libpcre3
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ tar
│ ├─ libacl1 (>= 2.2.51-8)
│ ├─ libc6 (>= 2.17)
│ └─ libselinux1 (>= 1.32)
├─ libacl1
│ ├─ libattr1 (>= 1:2.4.46-8)
│ └─ libc6 (>= 2.14)
├─ libattr1
│ ├─ libc6 (>= 2.4)
│ └─ multiarch-support
├─ zlib1g
│ └─ libc6 (>= 2.14)
├─ gnupg-agent
│ ├─ libassuan0 (>= 2.3.0)
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libnpth0 (>= 0.90)
│ ├─ libreadline6 (>= 6.0)
│ ├─ pinentry
│ └─ pinentry-curses
├─ libassuan0
│ ├─ libc6 (>= 2.14)
│ └─ libgpg-error0 (>= 1.14)
├─ libgpg-error0
│ └─ libc6 (>= 2.15)
├─ libgcrypt20
│ ├─ libc6 (>= 2.15)
│ └─ libgpg-error0 (>= 1.14)
├─ libnpth0
│ └─ libc6 (>= 2.17)
├─ libreadline6
│ ├─ libc6 (>= 2.15)
│ ├─ libtinfo5 (>= 6)
│ └─ readline-common
├─ libtinfo5
│ └─ libc6 (>= 2.16)
├─ readline-common
│ ├─ dpkg (>= 1.15.4)
│ └─ install-info
├─ install-info
│ ├─ libc6 (>= 2.14)
│ └─ dpkg (>= 1.16.1)
├─ pinentry
├─ pinentry-curses
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libncursesw5 (>= 6)
│ └─ libtinfo5 (>= 6)
├─ libncursesw5
│ ├─ libc6 (>= 2.14)
│ └─ libtinfo5 (= 6.0+20160213-1ubuntu1)
├─ libksba8
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ └─ multiarch-support
└─ libsqlite3-0
└─ libc6 (>= 2.14)
It's better to upgrade to a newer release, since the packages on each release are frozen to meet stability and compatibility among them.
In case you still need to install newer packages and want to get your hands dirty try,
https://gist.github.com/vt0r/a2f8c0bcb1400131ff51
Cheers!
add a comment |
GnuPG is one base package for security and have deep dependencies, that's the reason it's not possible to build and install it following the debian packaging model.
├─ gnupg2
│ ├─ dpkg (>= 1.15.4)
│ ├─ gnupg-agent (= 2.1.11-6ubuntu2)
│ ├─ install-info
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libksba8 (>= 1.2.0)
│ ├─ libreadline6 (>= 6.0)
│ ├─ libsqlite3-0 (>= 3.7.15)
│ └─ zlib1g (>= 1:1.1.4)
├─ dpkg
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.14)
│ ├─ liblzma5 (>= 5.1.1alpha+20120614)
│ ├─ libselinux1 (>= 2.3)
│ ├─ tar (>= 1.23)
│ └─ zlib1g (>= 1:1.1.4)
├─ libbz2-1.0
│ └─ libc6 (>= 2.4)
├─ libc6
│ └─ libgcc1
├─ libgcc1
│ ├─ gcc-6-base (= 6.0.1-0ubuntu1)
│ └─ libc6 (>= 2.14)
├─ gcc-6-base
├─ liblzma5
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ multiarch-support
│ └─ libc6 (>= 2.3.6-2)
├─ libselinux1
│ ├─ libc6 (>= 2.14)
│ └─ libpcre3
├─ libpcre3
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ tar
│ ├─ libacl1 (>= 2.2.51-8)
│ ├─ libc6 (>= 2.17)
│ └─ libselinux1 (>= 1.32)
├─ libacl1
│ ├─ libattr1 (>= 1:2.4.46-8)
│ └─ libc6 (>= 2.14)
├─ libattr1
│ ├─ libc6 (>= 2.4)
│ └─ multiarch-support
├─ zlib1g
│ └─ libc6 (>= 2.14)
├─ gnupg-agent
│ ├─ libassuan0 (>= 2.3.0)
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libnpth0 (>= 0.90)
│ ├─ libreadline6 (>= 6.0)
│ ├─ pinentry
│ └─ pinentry-curses
├─ libassuan0
│ ├─ libc6 (>= 2.14)
│ └─ libgpg-error0 (>= 1.14)
├─ libgpg-error0
│ └─ libc6 (>= 2.15)
├─ libgcrypt20
│ ├─ libc6 (>= 2.15)
│ └─ libgpg-error0 (>= 1.14)
├─ libnpth0
│ └─ libc6 (>= 2.17)
├─ libreadline6
│ ├─ libc6 (>= 2.15)
│ ├─ libtinfo5 (>= 6)
│ └─ readline-common
├─ libtinfo5
│ └─ libc6 (>= 2.16)
├─ readline-common
│ ├─ dpkg (>= 1.15.4)
│ └─ install-info
├─ install-info
│ ├─ libc6 (>= 2.14)
│ └─ dpkg (>= 1.16.1)
├─ pinentry
├─ pinentry-curses
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libncursesw5 (>= 6)
│ └─ libtinfo5 (>= 6)
├─ libncursesw5
│ ├─ libc6 (>= 2.14)
│ └─ libtinfo5 (= 6.0+20160213-1ubuntu1)
├─ libksba8
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ └─ multiarch-support
└─ libsqlite3-0
└─ libc6 (>= 2.14)
It's better to upgrade to a newer release, since the packages on each release are frozen to meet stability and compatibility among them.
In case you still need to install newer packages and want to get your hands dirty try,
https://gist.github.com/vt0r/a2f8c0bcb1400131ff51
Cheers!
add a comment |
GnuPG is one base package for security and have deep dependencies, that's the reason it's not possible to build and install it following the debian packaging model.
├─ gnupg2
│ ├─ dpkg (>= 1.15.4)
│ ├─ gnupg-agent (= 2.1.11-6ubuntu2)
│ ├─ install-info
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libksba8 (>= 1.2.0)
│ ├─ libreadline6 (>= 6.0)
│ ├─ libsqlite3-0 (>= 3.7.15)
│ └─ zlib1g (>= 1:1.1.4)
├─ dpkg
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.14)
│ ├─ liblzma5 (>= 5.1.1alpha+20120614)
│ ├─ libselinux1 (>= 2.3)
│ ├─ tar (>= 1.23)
│ └─ zlib1g (>= 1:1.1.4)
├─ libbz2-1.0
│ └─ libc6 (>= 2.4)
├─ libc6
│ └─ libgcc1
├─ libgcc1
│ ├─ gcc-6-base (= 6.0.1-0ubuntu1)
│ └─ libc6 (>= 2.14)
├─ gcc-6-base
├─ liblzma5
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ multiarch-support
│ └─ libc6 (>= 2.3.6-2)
├─ libselinux1
│ ├─ libc6 (>= 2.14)
│ └─ libpcre3
├─ libpcre3
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ tar
│ ├─ libacl1 (>= 2.2.51-8)
│ ├─ libc6 (>= 2.17)
│ └─ libselinux1 (>= 1.32)
├─ libacl1
│ ├─ libattr1 (>= 1:2.4.46-8)
│ └─ libc6 (>= 2.14)
├─ libattr1
│ ├─ libc6 (>= 2.4)
│ └─ multiarch-support
├─ zlib1g
│ └─ libc6 (>= 2.14)
├─ gnupg-agent
│ ├─ libassuan0 (>= 2.3.0)
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libnpth0 (>= 0.90)
│ ├─ libreadline6 (>= 6.0)
│ ├─ pinentry
│ └─ pinentry-curses
├─ libassuan0
│ ├─ libc6 (>= 2.14)
│ └─ libgpg-error0 (>= 1.14)
├─ libgpg-error0
│ └─ libc6 (>= 2.15)
├─ libgcrypt20
│ ├─ libc6 (>= 2.15)
│ └─ libgpg-error0 (>= 1.14)
├─ libnpth0
│ └─ libc6 (>= 2.17)
├─ libreadline6
│ ├─ libc6 (>= 2.15)
│ ├─ libtinfo5 (>= 6)
│ └─ readline-common
├─ libtinfo5
│ └─ libc6 (>= 2.16)
├─ readline-common
│ ├─ dpkg (>= 1.15.4)
│ └─ install-info
├─ install-info
│ ├─ libc6 (>= 2.14)
│ └─ dpkg (>= 1.16.1)
├─ pinentry
├─ pinentry-curses
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libncursesw5 (>= 6)
│ └─ libtinfo5 (>= 6)
├─ libncursesw5
│ ├─ libc6 (>= 2.14)
│ └─ libtinfo5 (= 6.0+20160213-1ubuntu1)
├─ libksba8
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ └─ multiarch-support
└─ libsqlite3-0
└─ libc6 (>= 2.14)
It's better to upgrade to a newer release, since the packages on each release are frozen to meet stability and compatibility among them.
In case you still need to install newer packages and want to get your hands dirty try,
https://gist.github.com/vt0r/a2f8c0bcb1400131ff51
Cheers!
GnuPG is one base package for security and have deep dependencies, that's the reason it's not possible to build and install it following the debian packaging model.
├─ gnupg2
│ ├─ dpkg (>= 1.15.4)
│ ├─ gnupg-agent (= 2.1.11-6ubuntu2)
│ ├─ install-info
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libksba8 (>= 1.2.0)
│ ├─ libreadline6 (>= 6.0)
│ ├─ libsqlite3-0 (>= 3.7.15)
│ └─ zlib1g (>= 1:1.1.4)
├─ dpkg
│ ├─ libbz2-1.0
│ ├─ libc6 (>= 2.14)
│ ├─ liblzma5 (>= 5.1.1alpha+20120614)
│ ├─ libselinux1 (>= 2.3)
│ ├─ tar (>= 1.23)
│ └─ zlib1g (>= 1:1.1.4)
├─ libbz2-1.0
│ └─ libc6 (>= 2.4)
├─ libc6
│ └─ libgcc1
├─ libgcc1
│ ├─ gcc-6-base (= 6.0.1-0ubuntu1)
│ └─ libc6 (>= 2.14)
├─ gcc-6-base
├─ liblzma5
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ multiarch-support
│ └─ libc6 (>= 2.3.6-2)
├─ libselinux1
│ ├─ libc6 (>= 2.14)
│ └─ libpcre3
├─ libpcre3
│ ├─ libc6 (>= 2.14)
│ └─ multiarch-support
├─ tar
│ ├─ libacl1 (>= 2.2.51-8)
│ ├─ libc6 (>= 2.17)
│ └─ libselinux1 (>= 1.32)
├─ libacl1
│ ├─ libattr1 (>= 1:2.4.46-8)
│ └─ libc6 (>= 2.14)
├─ libattr1
│ ├─ libc6 (>= 2.4)
│ └─ multiarch-support
├─ zlib1g
│ └─ libc6 (>= 2.14)
├─ gnupg-agent
│ ├─ libassuan0 (>= 2.3.0)
│ ├─ libc6 (>= 2.15)
│ ├─ libgcrypt20 (>= 1.6.1)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libnpth0 (>= 0.90)
│ ├─ libreadline6 (>= 6.0)
│ ├─ pinentry
│ └─ pinentry-curses
├─ libassuan0
│ ├─ libc6 (>= 2.14)
│ └─ libgpg-error0 (>= 1.14)
├─ libgpg-error0
│ └─ libc6 (>= 2.15)
├─ libgcrypt20
│ ├─ libc6 (>= 2.15)
│ └─ libgpg-error0 (>= 1.14)
├─ libnpth0
│ └─ libc6 (>= 2.17)
├─ libreadline6
│ ├─ libc6 (>= 2.15)
│ ├─ libtinfo5 (>= 6)
│ └─ readline-common
├─ libtinfo5
│ └─ libc6 (>= 2.16)
├─ readline-common
│ ├─ dpkg (>= 1.15.4)
│ └─ install-info
├─ install-info
│ ├─ libc6 (>= 2.14)
│ └─ dpkg (>= 1.16.1)
├─ pinentry
├─ pinentry-curses
│ ├─ libassuan0 (>= 2.0.1)
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ ├─ libncursesw5 (>= 6)
│ └─ libtinfo5 (>= 6)
├─ libncursesw5
│ ├─ libc6 (>= 2.14)
│ └─ libtinfo5 (= 6.0+20160213-1ubuntu1)
├─ libksba8
│ ├─ libc6 (>= 2.14)
│ ├─ libgpg-error0 (>= 1.14)
│ └─ multiarch-support
└─ libsqlite3-0
└─ libc6 (>= 2.14)
It's better to upgrade to a newer release, since the packages on each release are frozen to meet stability and compatibility among them.
In case you still need to install newer packages and want to get your hands dirty try,
https://gist.github.com/vt0r/a2f8c0bcb1400131ff51
Cheers!
answered 10 hours ago
Ark74Ark74
314
314
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1084348%2fhow-do-i-install-gnupg-2-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
My Lubuntu 18.04 LTS, installed and up to date has gpg (GnuPG) 2.2.4.
– sudodus
Oct 16 '18 at 18:54