----- Original Message ----- From: Scott Ferguson To:"Debian-User" Cc: Sent:Mon, 25 Nov 2013 16:14:17 +1100 Subject:Re: Install Google Chrome
On 25/11/13 16:07, [email protected] [1] wrote: > > > > > ----- Original Message ----- > From: > Scott Ferguson > > To: > "Debian-User" > Cc: > > > 4. Finally, as root copy and paste the following code into a terminal:- > apt-get install google-chrome stable My mistake, should read:- apt-get install google-chrome-stable (NOTE: the -) > > > Kind regards > > Thanks - > > This is what I get: > > root@meow:/# cat /etc/apt/sources.list.d/google-chrome.list [2] > deb http://dl.google.com/linux/chrome/deb/ [3] stable main > Correct (I usually put the add key method into a comment for future reference) > > root@meow:/# wget -q -O - > https://dl-ssl.google.com/linux/linux_signing_key.pub [4] | > > apt-key add - > OK Correct > > root@meow:/# wget -q -O - > https://dl-ssl.google.com/linux/linux_signing_key.pub [5] |apt-key add - > OK > root@meow:/# apt-get install google-chrome stable > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package google-chrome is a virtual package provided by: > google-chrome-unstable 33.0.1712.4-1 > google-chrome-stable 31.0.1650.57-1 > google-chrome-beta 32.0.1700.19-1 > You should explicitly select one to install. > > E: Package 'google-chrome' has no installation candidate > E: Unable to locate package stable > root@meow:/# apt-get install google-chrome-stable 31.0.1650.57-1 ignore the version number when you see those sort of messages from apt-get. e.g. any of the following will work:- apt-get install google-chrome-stable apt-get install google-chrome-unstable apt-get install google-chrome-beta Kind regards Scott -Thanks ever so much.IT WORKS!!!! -- To UNSUBSCRIBE, email to [email protected] [6] with a subject of "unsubscribe". Trouble? Contact [email protected] [7] Archive: http://lists.debian.org/[email protected] [8] Links: ------ [1] mailto:[email protected] [2] http://sources.list.d/google-chrome.list [3] http://dl.google.com/linux/chrome/deb/ [4] https://dl-ssl.google.com/linux/linux_signing_key.pub [5] https://dl-ssl.google.com/linux/linux_signing_key.pub [6] mailto:[email protected] [7] mailto:[email protected] [8] http://lists.debian.org/[email protected]

