Ubuntu Err :18 http://dl.google.com/linux/chrome/deb stable Release.gpg KEYEXPIRED 1555048520 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!how to resolve error in ubuntuHow to repair Java in Ubuntu after trying to switch to Java 6 using update-java-alternativesUbuntu 10.10 Maverick Server — apt-get install commands failwget is working only when used with sudoUbuntu cannot resolve unmet dependencyUnable to install CURL on Docker Ubuntu imageIssues installing gitlab-ce on Ubuntu 16.04 (xenial)apt-get broken: Bus error (core dumped)Ubuntu versions and using apt-get for SNMP mib downloaderDebian/Ubuntu Linux: fixed IP when DHCP fails
How many morphisms from 1 to 1+1 can there be?
Sally's older brother
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
One-one communication
what is the log of the PDF for a Normal Distribution?
Did pre-Columbian Americans know the spherical shape of the Earth?
Putting class ranking in CV, but against dept guidelines
Constant factor of an array
i2c bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses
Question about this thing for timpani
What are the main differences between the original Stargate SG-1 and the Final Cut edition?
Can humans save crash-landed aliens?
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
Co-worker has annoying ringtone
Can you force honesty by using the Speak with Dead and Zone of Truth spells together?
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
Relating to the President and obstruction, were Mueller's conclusions preordained?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Trying to understand entropy as a novice in thermodynamics
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
The Nth Gryphon Number
Ubuntu Err :18 http://dl.google.com/linux/chrome/deb stable Release.gpg KEYEXPIRED 1555048520
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!how to resolve error in ubuntuHow to repair Java in Ubuntu after trying to switch to Java 6 using update-java-alternativesUbuntu 10.10 Maverick Server — apt-get install commands failwget is working only when used with sudoUbuntu cannot resolve unmet dependencyUnable to install CURL on Docker Ubuntu imageIssues installing gitlab-ce on Ubuntu 16.04 (xenial)apt-get broken: Bus error (core dumped)Ubuntu versions and using apt-get for SNMP mib downloaderDebian/Ubuntu Linux: fixed IP when DHCP fails
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Since this morning I have this error
Err :18 http://dl.google.com/linux/chrome/deb stable Release.gpg
The following signatures are not valid : KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520
when I'm running
sudo apt-get update -y
I searched some solutions but I didn't find the good one on google so ... I'm here
ubuntu ubuntu-16.04
add a comment |
Since this morning I have this error
Err :18 http://dl.google.com/linux/chrome/deb stable Release.gpg
The following signatures are not valid : KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520
when I'm running
sudo apt-get update -y
I searched some solutions but I didn't find the good one on google so ... I'm here
ubuntu ubuntu-16.04
Apparently, google's signing key expired, so we just need to wait until they put out a new one. After they did just runwget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
to fix your problem.
– jangxx
Apr 12 at 8:29
I still have the problem
– Thomas COUMES
Apr 12 at 8:37
2
Did you read my comment? You have to wait until google puts out a new signing key. Until they do it, there is nothing we can do about the problem.
– jangxx
Apr 12 at 8:43
3
most probably the same as askubuntu.com/questions/1133199/…
– Gerald Schneider
Apr 12 at 9:46
add a comment |
Since this morning I have this error
Err :18 http://dl.google.com/linux/chrome/deb stable Release.gpg
The following signatures are not valid : KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520
when I'm running
sudo apt-get update -y
I searched some solutions but I didn't find the good one on google so ... I'm here
ubuntu ubuntu-16.04
Since this morning I have this error
Err :18 http://dl.google.com/linux/chrome/deb stable Release.gpg
The following signatures are not valid : KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520 KEYEXPIRED 1555048520
when I'm running
sudo apt-get update -y
I searched some solutions but I didn't find the good one on google so ... I'm here
ubuntu ubuntu-16.04
ubuntu ubuntu-16.04
asked Apr 12 at 7:03
Thomas COUMESThomas COUMES
436
436
Apparently, google's signing key expired, so we just need to wait until they put out a new one. After they did just runwget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
to fix your problem.
– jangxx
Apr 12 at 8:29
I still have the problem
– Thomas COUMES
Apr 12 at 8:37
2
Did you read my comment? You have to wait until google puts out a new signing key. Until they do it, there is nothing we can do about the problem.
– jangxx
Apr 12 at 8:43
3
most probably the same as askubuntu.com/questions/1133199/…
– Gerald Schneider
Apr 12 at 9:46
add a comment |
Apparently, google's signing key expired, so we just need to wait until they put out a new one. After they did just runwget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
to fix your problem.
– jangxx
Apr 12 at 8:29
I still have the problem
– Thomas COUMES
Apr 12 at 8:37
2
Did you read my comment? You have to wait until google puts out a new signing key. Until they do it, there is nothing we can do about the problem.
– jangxx
Apr 12 at 8:43
3
most probably the same as askubuntu.com/questions/1133199/…
– Gerald Schneider
Apr 12 at 9:46
Apparently, google's signing key expired, so we just need to wait until they put out a new one. After they did just run
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
to fix your problem.– jangxx
Apr 12 at 8:29
Apparently, google's signing key expired, so we just need to wait until they put out a new one. After they did just run
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
to fix your problem.– jangxx
Apr 12 at 8:29
I still have the problem
– Thomas COUMES
Apr 12 at 8:37
I still have the problem
– Thomas COUMES
Apr 12 at 8:37
2
2
Did you read my comment? You have to wait until google puts out a new signing key. Until they do it, there is nothing we can do about the problem.
– jangxx
Apr 12 at 8:43
Did you read my comment? You have to wait until google puts out a new signing key. Until they do it, there is nothing we can do about the problem.
– jangxx
Apr 12 at 8:43
3
3
most probably the same as askubuntu.com/questions/1133199/…
– Gerald Schneider
Apr 12 at 9:46
most probably the same as askubuntu.com/questions/1133199/…
– Gerald Schneider
Apr 12 at 9:46
add a comment |
3 Answers
3
active
oldest
votes
This is an ongoing problem that only seems to hit Google Chrome. In order to avoid seeing warnings, one can temporarily turn off the repository for GC.
Seeing this happen today as well. Disabling the repository may work, as Google Chrome can update itself. If it can't, it will show an icon for you to start the update.
– Ismael Miguel
Apr 12 at 16:56
add a comment |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
I still have the error ... :/
– Thomas COUMES
Apr 12 at 8:36
this is first what I've tried and it doesn't solve the problem
– gummy
Apr 12 at 8:37
1
Just wait until google updates their signing key. This is not going to help before they do.
– jangxx
Apr 12 at 8:44
2
Must wait Google update there singing key and then do this command. It will be later today I think.
– r00t-err0r
Apr 12 at 8:46
add a comment |
To get rid of the problem (temporary) use --allow-unauthenticated in the apt command and wait until google fix the signing key.
You can check it from time to time by calling
curl 'https://dl.google.com/linux/linux_signing_key.pub' | gpg
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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%2fserverfault.com%2fquestions%2f962734%2fubuntu-err-18-http-dl-google-com-linux-chrome-deb-stable-release-gpg-keyexpir%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is an ongoing problem that only seems to hit Google Chrome. In order to avoid seeing warnings, one can temporarily turn off the repository for GC.
Seeing this happen today as well. Disabling the repository may work, as Google Chrome can update itself. If it can't, it will show an icon for you to start the update.
– Ismael Miguel
Apr 12 at 16:56
add a comment |
This is an ongoing problem that only seems to hit Google Chrome. In order to avoid seeing warnings, one can temporarily turn off the repository for GC.
Seeing this happen today as well. Disabling the repository may work, as Google Chrome can update itself. If it can't, it will show an icon for you to start the update.
– Ismael Miguel
Apr 12 at 16:56
add a comment |
This is an ongoing problem that only seems to hit Google Chrome. In order to avoid seeing warnings, one can temporarily turn off the repository for GC.
This is an ongoing problem that only seems to hit Google Chrome. In order to avoid seeing warnings, one can temporarily turn off the repository for GC.
answered Apr 12 at 10:51
Thomas SandströmThomas Sandström
461
461
Seeing this happen today as well. Disabling the repository may work, as Google Chrome can update itself. If it can't, it will show an icon for you to start the update.
– Ismael Miguel
Apr 12 at 16:56
add a comment |
Seeing this happen today as well. Disabling the repository may work, as Google Chrome can update itself. If it can't, it will show an icon for you to start the update.
– Ismael Miguel
Apr 12 at 16:56
Seeing this happen today as well. Disabling the repository may work, as Google Chrome can update itself. If it can't, it will show an icon for you to start the update.
– Ismael Miguel
Apr 12 at 16:56
Seeing this happen today as well. Disabling the repository may work, as Google Chrome can update itself. If it can't, it will show an icon for you to start the update.
– Ismael Miguel
Apr 12 at 16:56
add a comment |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
I still have the error ... :/
– Thomas COUMES
Apr 12 at 8:36
this is first what I've tried and it doesn't solve the problem
– gummy
Apr 12 at 8:37
1
Just wait until google updates their signing key. This is not going to help before they do.
– jangxx
Apr 12 at 8:44
2
Must wait Google update there singing key and then do this command. It will be later today I think.
– r00t-err0r
Apr 12 at 8:46
add a comment |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
I still have the error ... :/
– Thomas COUMES
Apr 12 at 8:36
this is first what I've tried and it doesn't solve the problem
– gummy
Apr 12 at 8:37
1
Just wait until google updates their signing key. This is not going to help before they do.
– jangxx
Apr 12 at 8:44
2
Must wait Google update there singing key and then do this command. It will be later today I think.
– r00t-err0r
Apr 12 at 8:46
add a comment |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
answered Apr 12 at 8:33
r00t-err0rr00t-err0r
212
212
I still have the error ... :/
– Thomas COUMES
Apr 12 at 8:36
this is first what I've tried and it doesn't solve the problem
– gummy
Apr 12 at 8:37
1
Just wait until google updates their signing key. This is not going to help before they do.
– jangxx
Apr 12 at 8:44
2
Must wait Google update there singing key and then do this command. It will be later today I think.
– r00t-err0r
Apr 12 at 8:46
add a comment |
I still have the error ... :/
– Thomas COUMES
Apr 12 at 8:36
this is first what I've tried and it doesn't solve the problem
– gummy
Apr 12 at 8:37
1
Just wait until google updates their signing key. This is not going to help before they do.
– jangxx
Apr 12 at 8:44
2
Must wait Google update there singing key and then do this command. It will be later today I think.
– r00t-err0r
Apr 12 at 8:46
I still have the error ... :/
– Thomas COUMES
Apr 12 at 8:36
I still have the error ... :/
– Thomas COUMES
Apr 12 at 8:36
this is first what I've tried and it doesn't solve the problem
– gummy
Apr 12 at 8:37
this is first what I've tried and it doesn't solve the problem
– gummy
Apr 12 at 8:37
1
1
Just wait until google updates their signing key. This is not going to help before they do.
– jangxx
Apr 12 at 8:44
Just wait until google updates their signing key. This is not going to help before they do.
– jangxx
Apr 12 at 8:44
2
2
Must wait Google update there singing key and then do this command. It will be later today I think.
– r00t-err0r
Apr 12 at 8:46
Must wait Google update there singing key and then do this command. It will be later today I think.
– r00t-err0r
Apr 12 at 8:46
add a comment |
To get rid of the problem (temporary) use --allow-unauthenticated in the apt command and wait until google fix the signing key.
You can check it from time to time by calling
curl 'https://dl.google.com/linux/linux_signing_key.pub' | gpg
add a comment |
To get rid of the problem (temporary) use --allow-unauthenticated in the apt command and wait until google fix the signing key.
You can check it from time to time by calling
curl 'https://dl.google.com/linux/linux_signing_key.pub' | gpg
add a comment |
To get rid of the problem (temporary) use --allow-unauthenticated in the apt command and wait until google fix the signing key.
You can check it from time to time by calling
curl 'https://dl.google.com/linux/linux_signing_key.pub' | gpg
To get rid of the problem (temporary) use --allow-unauthenticated in the apt command and wait until google fix the signing key.
You can check it from time to time by calling
curl 'https://dl.google.com/linux/linux_signing_key.pub' | gpg
answered Apr 12 at 11:19
Maik WagnerMaik Wagner
211
211
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f962734%2fubuntu-err-18-http-dl-google-com-linux-chrome-deb-stable-release-gpg-keyexpir%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
Apparently, google's signing key expired, so we just need to wait until they put out a new one. After they did just run
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
to fix your problem.– jangxx
Apr 12 at 8:29
I still have the problem
– Thomas COUMES
Apr 12 at 8:37
2
Did you read my comment? You have to wait until google puts out a new signing key. Until they do it, there is nothing we can do about the problem.
– jangxx
Apr 12 at 8:43
3
most probably the same as askubuntu.com/questions/1133199/…
– Gerald Schneider
Apr 12 at 9:46