03-03-2016, 12:40 AM
(03-03-2016, 12:19 AM)firenice03 link Wrote:Cool - I'll run updates and watch
Well done gentlemen!!!
**UPDATE**
Ran updates from LLCC = Error: couldn't fetch the package cache information lists.
From terminal using sudo apt-get update
Code:W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
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.
I removed google from source, for the time being (this is a 64-bit system) Now just the no PUBKEY
Code:W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
** FYI; Occurring on multiple systems..
Recently google removed 32bit chrome from repo. However not updated repo data yet.
If you are on 64bit, simply edit
Code:
/etc/apt/sources.list.d/google-chrome.list
Change from:
Code:
deb http://dl.google.com/linux/chrome/deb/ stable main
To:
Code:
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main