2

Everytime I try sudo apt-get update or sudo apt update, system returns following errors:

Hit:1 http://ppa.launchpad.net/marutter/rrutter/ubuntu bionic InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease                
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease           
Hit:4 http://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease       
Get:5 http://dl.google.com/linux/chrome/deb stable Release [943 B]     
Hit:6 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic InRelease
Get:7 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B] 
Hit:8 https://download.sublimetext.com apt/stable/ InRelease           
Ign:7 http://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http://dl.google.com/linux/chrome/deb stable Release: The following signatures were invalid: EXPKEYSIG 1397BC53640DB551 Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>
E: The repository 'http://dl.google.com/linux/chrome/deb stable Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Can someone kindly point me in the right direction to fix this problem. Kind regards

1 Answers1

1

I got the same today.

here's what you do:

  1. Download this : https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

(chrome new version, you can get it yourself by googling chrome)

  1. Close Chrome.
  2. Open "Software and Sources", go to the "Sources" tab
  3. Remove (or disable if you wish to re-enable it at a later time) the Google source (type your password) and close the window
  4. Allow "Software and Sources" to reload sources
  5. Go into Software Center, go to "Installed"
  6. Find Chrome, uninstall it.
  7. Close software and sources
  8. Open a terminal, type :

    sudo apt update && sudo apt autoremove -y && sudo apt autoclean && sudo apt full-upgrade -y

  9. Close the terminal and go to your downloads folder and double click the file "google-chrome-stable_current_amd64.deb" (this will open Software Center)

  10. Click Install

you can now open chrome back up. all your tabs and saved passwords ect are still there.

tatsu
  • 3,107
  • 1
    Ok, it works on 16.04 LTS, but only if I disable Google repositories. – N0rbert Apr 12 '19 at 13:53
  • Please mark as duplicate rather than copy and paste the same answer over and over. – user68186 Apr 12 '19 at 14:05
  • I answered here first because I thought this question was the first one asked. they all poped up relatively at the same time. since this question is the one that is most likely doomed to become the duplicate of the other I'm safeguarding my answer before it does. I can delete here if that's really what people want.... – tatsu Apr 12 '19 at 14:08