I seem to have gotten my sources for Google Chrome into a bad state and am unable to apt-get install google-chrome-stable (it errors withE: Unable to locate package google-chrome-stable).
I have added what I think is the appropriate source:
dan@MyDesktop:~$ cat /etc/apt/sources.list.d/google-chrome.list
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
Furthermore, it looks like the entry for the google-chrome-stable package is getting hooked up because after I run apt-get update I see:
dan@MyDesktop:~$ cat /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages | grep google-chrome-stable
Package: google-chrome-stable
Filename: pool/main/g/google-chrome-stable/google-chrome-stable_54.0.2840.100-1_amd64.deb
Despite this fact, apt-get still isn't finding the package:
dan@MyDesktop:~$ apt-cache policy google-chrome-stable
N: Unable to locate package google-chrome-stable
Adding more information about the apt-get cache:
dan@MyDesktop:~$ apt-cache policy | grep google
500 http://dl.google.com/linux/musicmanager/deb/ stable/main i386 Packages
release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
origin dl.google.com
500 http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages
release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
origin dl.google.com
Adding more information about user identity:
dan@MyDesktop:~$ uname -a
Linux MyDesktop 3.13.0-101-generic #148-Ubuntu SMP Thu Oct 20 22:09:17 UTC 2016 i686 i686 i686 GNU/Linux
apt-cache policy google-chrome-stable? – Anwar Nov 24 '16 at 13:13apt-cache policy? – Anwar Nov 24 '16 at 13:16uname -a? – Anwar Nov 24 '16 at 13:21