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













0















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.










share|improve this question



















  • 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















0















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.










share|improve this question



















  • 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













0












0








0








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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










2 Answers
2






active

oldest

votes


















4














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.






share|improve this answer
































    2














    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.






    share|improve this answer





















      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









      4














      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.






      share|improve this answer





























        4














        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.






        share|improve this answer



























          4












          4








          4







          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.






          share|improve this answer















          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 7 '18 at 22:48









          Yufenyuy Veyeh Dider

          1,4654924




          1,4654924










          answered Nov 7 '18 at 21:07









          SebastianSebastian

          1436




          1436























              2














              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.






              share|improve this answer



























                2














                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.






                share|improve this answer

























                  2












                  2








                  2







                  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.






                  share|improve this answer













                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 9 '18 at 10:34









                  André BettencourtAndré Bettencourt

                  211




                  211















                      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?



                      Popular posts from this blog

                      Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                      fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

                      Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch