Cannot update apt/gpg expired key The Next CEO of Stack OverflowGPG Error while running...
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
What flight has the highest ratio of timezone difference to flight time?
In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?
free fall ellipse or parabola?
Can I board the first leg of the flight without having final country's visa?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
How to use ReplaceAll on an expression that contains a rule
Do scriptures give a method to recognize a truly self-realized person/jivanmukta?
TikZ: How to fill area with a special pattern?
Does destroying a Lich's phylactery destroy the soul within it?
Is there such a thing as a proper verb, like a proper noun?
Can I calculate next year's exemptions based on this year's refund/amount owed?
"Eavesdropping" vs "Listen in on"
Reference request: Grassmannian and Plucker coordinates in type B, C, D
Purpose of level-shifter with same in and out voltages
What does "shotgun unity" refer to here in this sentence?
Is there an equivalent of cd - for cp or mv
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank
Calculate the Mean mean of two numbers
Easy to read palindrome checker
Players Circumventing the limitations of Wish
Is it okay to majorly distort historical facts while writing a fiction story?
Is a distribution that is normal, but highly skewed, considered Gaussian?
Cannot update apt/gpg expired key
The Next CEO of Stack OverflowGPG Error while running apt-getGPG error, signatures public key not available TRIED A LOTWhy does add-apt-repository now fail to retrieve keys behind my proxy server, but I can update package lists and manually receive the keys?How to uninstall youtube-dl by using terminalCannot delete expired keyInstall Landscape dedicated serverBADSIG 40976EAF437D05B5Problem in installing ROS in Ubuntu 18.04 (Bionic)GPG error for command apt-get updateopenprinting key for ubuntu 18
I have one expired key which I'm trying to update :
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
$ sudo apt-key del 8719FCE4
OK
$ LANG=C apt-key list | grep expired
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.89FHZwuz0m --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring ...
--recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: requesting key 8719FCE4 from hkp server keyserver.ubuntu.com
gpg: key 8719FCE4: public key "home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
...
W: GPG error: http://download.opensuse.org Release: The following signatures were invalid: KEYEXPIRED 1544201334
W: Failed to fetch http://build.openvpn.net/debian/openvpn/stable/dists/trusty/main/binary-i386/Packages 403 Forbidden [IP: 146.112.61.106 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
This 8719FCE4
key that I just re-downloaded from keyserver.ubuntu.com
seems to be expired.
How can I fix this ?
apt gnupg
add a comment |
I have one expired key which I'm trying to update :
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
$ sudo apt-key del 8719FCE4
OK
$ LANG=C apt-key list | grep expired
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.89FHZwuz0m --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring ...
--recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: requesting key 8719FCE4 from hkp server keyserver.ubuntu.com
gpg: key 8719FCE4: public key "home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
...
W: GPG error: http://download.opensuse.org Release: The following signatures were invalid: KEYEXPIRED 1544201334
W: Failed to fetch http://build.openvpn.net/debian/openvpn/stable/dists/trusty/main/binary-i386/Packages 403 Forbidden [IP: 146.112.61.106 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
This 8719FCE4
key that I just re-downloaded from keyserver.ubuntu.com
seems to be expired.
How can I fix this ?
apt gnupg
add a comment |
I have one expired key which I'm trying to update :
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
$ sudo apt-key del 8719FCE4
OK
$ LANG=C apt-key list | grep expired
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.89FHZwuz0m --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring ...
--recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: requesting key 8719FCE4 from hkp server keyserver.ubuntu.com
gpg: key 8719FCE4: public key "home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
...
W: GPG error: http://download.opensuse.org Release: The following signatures were invalid: KEYEXPIRED 1544201334
W: Failed to fetch http://build.openvpn.net/debian/openvpn/stable/dists/trusty/main/binary-i386/Packages 403 Forbidden [IP: 146.112.61.106 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
This 8719FCE4
key that I just re-downloaded from keyserver.ubuntu.com
seems to be expired.
How can I fix this ?
apt gnupg
I have one expired key which I'm trying to update :
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
$ sudo apt-key del 8719FCE4
OK
$ LANG=C apt-key list | grep expired
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.89FHZwuz0m --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring ...
--recv-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: requesting key 8719FCE4 from hkp server keyserver.ubuntu.com
gpg: key 8719FCE4: public key "home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
...
W: GPG error: http://download.opensuse.org Release: The following signatures were invalid: KEYEXPIRED 1544201334
W: Failed to fetch http://build.openvpn.net/debian/openvpn/stable/dists/trusty/main/binary-i386/Packages 403 Forbidden [IP: 146.112.61.106 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
$ LANG=C apt-key list | grep expired
pub 2048R/8719FCE4 2016-09-28 [expired: 2018-12-07]
This 8719FCE4
key that I just re-downloaded from keyserver.ubuntu.com
seems to be expired.
How can I fix this ?
apt gnupg
apt gnupg
asked Feb 24 at 8:33
SebMaSebMa
270211
270211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
After a little of learning how to use GnuPG, it appears that this 8719FCE4
key has not been updated on keyserver.ubuntu.com
since it expired therefore the only solution is to wait for the key to be updated :
$ gpg --batch --search-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: searching for "8719FCE4" from hkp server keyserver.ubuntu.com
q(1) home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
2048 bit RSA key 8719FCE4, created: 2016-09-28, expires: 2018-12-07 (expired)
Keys 1-1 of 1 for "8719FCE4". gpg: Sorry, we are in batchmode - can't get input
add a comment |
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%2f1120807%2fcannot-update-apt-gpg-expired-key%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
After a little of learning how to use GnuPG, it appears that this 8719FCE4
key has not been updated on keyserver.ubuntu.com
since it expired therefore the only solution is to wait for the key to be updated :
$ gpg --batch --search-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: searching for "8719FCE4" from hkp server keyserver.ubuntu.com
q(1) home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
2048 bit RSA key 8719FCE4, created: 2016-09-28, expires: 2018-12-07 (expired)
Keys 1-1 of 1 for "8719FCE4". gpg: Sorry, we are in batchmode - can't get input
add a comment |
After a little of learning how to use GnuPG, it appears that this 8719FCE4
key has not been updated on keyserver.ubuntu.com
since it expired therefore the only solution is to wait for the key to be updated :
$ gpg --batch --search-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: searching for "8719FCE4" from hkp server keyserver.ubuntu.com
q(1) home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
2048 bit RSA key 8719FCE4, created: 2016-09-28, expires: 2018-12-07 (expired)
Keys 1-1 of 1 for "8719FCE4". gpg: Sorry, we are in batchmode - can't get input
add a comment |
After a little of learning how to use GnuPG, it appears that this 8719FCE4
key has not been updated on keyserver.ubuntu.com
since it expired therefore the only solution is to wait for the key to be updated :
$ gpg --batch --search-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: searching for "8719FCE4" from hkp server keyserver.ubuntu.com
q(1) home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
2048 bit RSA key 8719FCE4, created: 2016-09-28, expires: 2018-12-07 (expired)
Keys 1-1 of 1 for "8719FCE4". gpg: Sorry, we are in batchmode - can't get input
After a little of learning how to use GnuPG, it appears that this 8719FCE4
key has not been updated on keyserver.ubuntu.com
since it expired therefore the only solution is to wait for the key to be updated :
$ gpg --batch --search-keys --keyserver keyserver.ubuntu.com 8719FCE4
gpg: searching for "8719FCE4" from hkp server keyserver.ubuntu.com
q(1) home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
2048 bit RSA key 8719FCE4, created: 2016-09-28, expires: 2018-12-07 (expired)
Keys 1-1 of 1 for "8719FCE4". gpg: Sorry, we are in batchmode - can't get input
edited 19 mins ago
answered Feb 24 at 10:20
SebMaSebMa
270211
270211
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%2f1120807%2fcannot-update-apt-gpg-expired-key%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