[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Install Google Chrome



 



----- Original Message -----
From:
Scott Ferguson <scott.ferguson.debian.user@gmail.com>

To:
"Debian-User" <debian-user@lists.debian.org>
Cc:

Sent:
Mon, 25 Nov 2013 12:03:57 +1100
Subject:
Re: Install Google Chrome


Hope this is readable your end - barely readable this end and the thread
is broken. Don't think I ever used a worse MUA than ATMail

On 25/11/13 08:46, erosenberg@hygeiabiomedical.com wrote:
>



>
>
>
> Kind regards


>
>
> root@meow:/# apt-get -t squeeze-backports install google-chrome-stable


It's not in squeeze-backports - it's in google. (don't know 'where' you
got that from)

You have not added the google repository to your sources.list/s

You don't have squeeze-backports enabled anyway (which is good, it'd
break your Wheezy system).

1. As root, copy and paste the following block of text into a terminal:-

echo "### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub |
apt-key add -
# Google Chrome repo http://www.google.com/linuxrepositories/
deb http://dl.google.com/linux/chrome/deb/ stable main" >
/etc/apt/sources.list.d/google-chrome.list


That will create a file /etc/apt/sources.list.d/google-chrome.list
containing the location of the google repositories.

2. As root, copy and paste the following code into a terminal:-
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub |
apt-key add -

That will download the Google code signing key and add it to your system

3. As root, copy and paste the following code into a terminal:-
apt-get update

That will update the apt database with the list of packages available at
the repositories listed in /etc/apt/sources.list and any files called
*.list in /etc/apt/sources.list.d
Your system will then know about the google-chrome package

4. Finally, as root copy and paste the following code into a terminal:-
apt-get install google-chrome stable


Kind regards

Thanks -

This is what I get:

root@meow:/# cat /etc/apt/sources.list.d/google-chrome.list
deb http://dl.google.com/linux/chrome/deb/ stable main


root@meow:/# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub |
> apt-key add -
OK

root@meow:/# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub |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
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package 31.0.1650.57-1
E: Couldn't find any package by regex '31.0.1650.57-1'

TIA

Ethan

Reply to: