When I do a sudo apt-get update
, I encounter the following:
Fetched 189 B in 10s (18 B/s)
W: There is no public key available for the following key IDs:
1397BC53640DB551
W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1436387333
W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
What would be a good/recommended way to fix this?
W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
is there because chrome is not supported for 32 bit systems anymore. So, remove the ppa and chrome and use chromium instead because chrome will be outdated and dangerous (keep in mind you won't have flash since pepper flash is downloaded from google and can only work for 64bit systems nowadays). – Thanos Apostolou Jun 12 '16 at 22:41sudo apt-get purge google-chrome-stable
andrm ~/.config/google-chrome/ -rf
and ransudo apt-get update
again. That message is still there. – Sandeep Chatterjee Jun 12 '16 at 22:50Software & Updates
– Thanos Apostolou Jun 12 '16 at 22:51W: GPG error: http://download.opensuse.org ./ Release: The following signatures
...were invalid: KEYEXPIRED 1436387333
– Sandeep Chatterjee Jun 12 '16 at 22:57Other Software
tab and a second with a screenshot ofAuthentication
tab fromSoftware & Updates
? – Thanos Apostolou Jun 12 '16 at 23:02