The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release fileHow to update Google Chrome 70 after change in 'Origin' value?How to resolve this problem? “Failed to download repository information”local package repository on custom server can't be authenticatedUbuntu 16.10 Update problem (some repository yakkety release does not have Release )Wine won't install, Does not have valid release fileHow to fix not signed repos which worked before?Please help me to get out of this problemProblem with updatingUbuntu gives error while updateCannot upgrade Ubuntu 17.04 to 18.08EOL upgrading issues, trying to get to latest 18.04 LTS update
Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?
Paper published similar to PhD thesis
Averaging over columns while ignoring zero entries
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
Book where society has been split into 2 with a wall down the middle where one side embraced high tech whereas other side were totally against tech
I am the light that shines in the dark
What is the best index strategy or query SELECT when performing a search/lookup BETWEEN IP address (IPv4 and IPv6) ranges?
Should we avoid writing fiction about historical events without extensive research?
Was this cameo in Captain Marvel computer generated?
Having the player face themselves after the mid-game
An Undercover Army
Sort array by month and year
What would be the most expensive material to an intergalactic society?
How can I portion out frozen cookie dough?
Why is there an extra space when I type "ls" on the Desktop?
PTIJ: Sport in the Torah
Precision notation for voltmeters
Is there a math expression equivalent to the conditional ternary operator?
Are small insurances worth it?
Is this a crown race?
What does it take to become a wilderness skills guide as a business?
How does learning spells work when leveling a multiclass character?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
How do you make a gun that shoots melee weapons and/or swords?
The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release file
How to update Google Chrome 70 after change in 'Origin' value?How to resolve this problem? “Failed to download repository information”local package repository on custom server can't be authenticatedUbuntu 16.10 Update problem (some repository yakkety release does not have Release )Wine won't install, Does not have valid release fileHow to fix not signed repos which worked before?Please help me to get out of this problemProblem with updatingUbuntu gives error while updateCannot upgrade Ubuntu 17.04 to 18.08EOL upgrading issues, trying to get to latest 18.04 LTS update
After executing this command
sudo apt-get update && sudo apt-get -y upgrade
I get this error
W: The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I've seen past inquiries on same issue but the answers given are specific to other repositories.
Any help will be appreciated.
apt updates google-chrome authentication gnupg
add a comment |
After executing this command
sudo apt-get update && sudo apt-get -y upgrade
I get this error
W: The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I've seen past inquiries on same issue but the answers given are specific to other repositories.
Any help will be appreciated.
apt updates google-chrome authentication gnupg
1
This is something Google needs to fix on their end, by rebuilding their apt repository in the more secure and correct manner.
– dobey
Nov 7 '18 at 21:07
add a comment |
After executing this command
sudo apt-get update && sudo apt-get -y upgrade
I get this error
W: The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I've seen past inquiries on same issue but the answers given are specific to other repositories.
Any help will be appreciated.
apt updates google-chrome authentication gnupg
After executing this command
sudo apt-get update && sudo apt-get -y upgrade
I get this error
W: The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I've seen past inquiries on same issue but the answers given are specific to other repositories.
Any help will be appreciated.
apt updates google-chrome authentication gnupg
apt updates google-chrome authentication gnupg
edited Nov 7 '18 at 21:44
Sebastian
1436
1436
asked Sep 27 '18 at 7:08
Eric kiokoEric kioko
414
414
1
This is something Google needs to fix on their end, by rebuilding their apt repository in the more secure and correct manner.
– dobey
Nov 7 '18 at 21:07
add a comment |
1
This is something Google needs to fix on their end, by rebuilding their apt repository in the more secure and correct manner.
– dobey
Nov 7 '18 at 21:07
1
1
This is something Google needs to fix on their end, by rebuilding their apt repository in the more secure and correct manner.
– dobey
Nov 7 '18 at 21:07
This is something Google needs to fix on their end, by rebuilding their apt repository in the more secure and correct manner.
– dobey
Nov 7 '18 at 21:07
add a comment |
2 Answers
2
active
oldest
votes
The previous answer was wrong (Traxidus Wolf).
That issue (reference) wasn't an error but just a message for that guy to answer yes or no (change from Google Inc to LLC), it happened to all last week after an update.
The problem was that apt-get is low level now and apt more user-oriented so apt-get did not ask for the user interaction.
This error is different:
The "key" is "repository can't be authenticated"
IMHO... you don't have the key of the repo
To solve that just use this command:
$ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
In the past you could add any repo you wanted, now you need their gpg key otherwise doesn't work.
add a comment |
As per the answer at this post » How to update Google Chrome 70 after change in 'Origin' value? '
Due to the low level of apt-get the prompt isn't provided.
Run: "apt update"
It will give you a "y/n" prompt, chose "y" and from then on the error and note will be treated.
add a comment |
protected by Community♦ 7 hours ago
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The previous answer was wrong (Traxidus Wolf).
That issue (reference) wasn't an error but just a message for that guy to answer yes or no (change from Google Inc to LLC), it happened to all last week after an update.
The problem was that apt-get is low level now and apt more user-oriented so apt-get did not ask for the user interaction.
This error is different:
The "key" is "repository can't be authenticated"
IMHO... you don't have the key of the repo
To solve that just use this command:
$ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
In the past you could add any repo you wanted, now you need their gpg key otherwise doesn't work.
add a comment |
The previous answer was wrong (Traxidus Wolf).
That issue (reference) wasn't an error but just a message for that guy to answer yes or no (change from Google Inc to LLC), it happened to all last week after an update.
The problem was that apt-get is low level now and apt more user-oriented so apt-get did not ask for the user interaction.
This error is different:
The "key" is "repository can't be authenticated"
IMHO... you don't have the key of the repo
To solve that just use this command:
$ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
In the past you could add any repo you wanted, now you need their gpg key otherwise doesn't work.
add a comment |
The previous answer was wrong (Traxidus Wolf).
That issue (reference) wasn't an error but just a message for that guy to answer yes or no (change from Google Inc to LLC), it happened to all last week after an update.
The problem was that apt-get is low level now and apt more user-oriented so apt-get did not ask for the user interaction.
This error is different:
The "key" is "repository can't be authenticated"
IMHO... you don't have the key of the repo
To solve that just use this command:
$ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
In the past you could add any repo you wanted, now you need their gpg key otherwise doesn't work.
The previous answer was wrong (Traxidus Wolf).
That issue (reference) wasn't an error but just a message for that guy to answer yes or no (change from Google Inc to LLC), it happened to all last week after an update.
The problem was that apt-get is low level now and apt more user-oriented so apt-get did not ask for the user interaction.
This error is different:
The "key" is "repository can't be authenticated"
IMHO... you don't have the key of the repo
To solve that just use this command:
$ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
https://www.google.com/linuxrepositories/
In the past you could add any repo you wanted, now you need their gpg key otherwise doesn't work.
edited Nov 7 '18 at 22:48
Yufenyuy Veyeh Dider
1,4654924
1,4654924
answered Nov 7 '18 at 21:07
SebastianSebastian
1436
1436
add a comment |
add a comment |
As per the answer at this post » How to update Google Chrome 70 after change in 'Origin' value? '
Due to the low level of apt-get the prompt isn't provided.
Run: "apt update"
It will give you a "y/n" prompt, chose "y" and from then on the error and note will be treated.
add a comment |
As per the answer at this post » How to update Google Chrome 70 after change in 'Origin' value? '
Due to the low level of apt-get the prompt isn't provided.
Run: "apt update"
It will give you a "y/n" prompt, chose "y" and from then on the error and note will be treated.
add a comment |
As per the answer at this post » How to update Google Chrome 70 after change in 'Origin' value? '
Due to the low level of apt-get the prompt isn't provided.
Run: "apt update"
It will give you a "y/n" prompt, chose "y" and from then on the error and note will be treated.
As per the answer at this post » How to update Google Chrome 70 after change in 'Origin' value? '
Due to the low level of apt-get the prompt isn't provided.
Run: "apt update"
It will give you a "y/n" prompt, chose "y" and from then on the error and note will be treated.
answered Nov 9 '18 at 10:34
André BettencourtAndré Bettencourt
211
211
add a comment |
add a comment |
protected by Community♦ 7 hours ago
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1
This is something Google needs to fix on their end, by rebuilding their apt repository in the more secure and correct manner.
– dobey
Nov 7 '18 at 21:07