----- Original Message -----
From: Scott Ferguson 
To:
Cc:
Sent:Tue, 19 Nov 2013 10:53:48 +1100
Subject:Re: Install Google Chrome

 > 
 > What should I do?
 > 
 > TIA
 > 
 > Ethan

 I'd either use Chromium from the Debian repository, or if you 'need'
the
 latest Google version, I'd add the Google repository - then I'd
clean up
 the attempted one-package-install and install from repository.

 Do you have backports enabled?
 Are you running Wheezy? (if no, what release are you running?)

 Ideally you'll have Wheezy and backports/Testing, or Unstable - in
which
 case use the Google repository.

 First clean up:-
 # apt-get -sf install | more

 The -s will stop the actions from actually happening.
 Apt 'should' offer to remove google-chrome-stable_current_i386.deb
[1]
 If it does, proceed:-
 # apt-get -f install

 (adjust to suit your Debian release)

 For Wheezy:-
 Add Google Chrome repositories
 # echo "# wget -q -O -
https://dl-ssl.google.com/linux/linux_signing_key.pub [2] | apt-key
add -
 # or (gpg --keyserver subkeys.pgp.net [3] --recv A040830F7FAC5991 &&
gpg
 --export --armor A040830F7FAC5991 |$
 # Google Chrome repo http://www.google.com/linuxrepositories/ [4]
 deb http://dl.google.com/linux/chrome/deb/ [5] stable main" >
 /etc/apt/sources.list.d/google-chrome.list [6]

 Add the key
 # wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub
[7] |
 apt-key add -

 Add backports (may not be necessary):-
 # echo "# backports
 deb http://mirror.aarnet.edu.au/pub/debian/ [8] wheezy-backports
main
 contrib non-free
 # deb-src http://mirror.aarnet.edu.au/pub/debian/ [9]
wheezy-backports main
 contrib non-free" > /etc/apt/sources.list.d/backports.list [10]

 # apt-get update
 # apt-get install google-chrome-stable
 $ dpkg -l google-chrome-stable
 google-chrome-stable 31.0.1650.57-1

 Kind regards

This is wehat I get:

root@meow:/opt# apt-get install google-chrome-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
google-chrome-stable is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 google-chrome-stable : Depends: gconf-service but it is not
installable
                        Depends: libgconf-2-4
(>= 2.31.1) but it is not installable
                        Depends:
libgdk-pixbuf2.0-0 (>= 2.22.0) but it is not installable
                        Depends: libgtk2.0-0
(>= 2.24.0) but 2.20.1-2 is to be installed
                        Depends: libnspr4 (>=
1.8.0.10) but it is not installable
                        Depends: libnss3 (>=
3.14.3) but it is not installable
                        Depends: libstdc++6
(>= 4.6) but 44.5-8 is to be installed
                        Depends: libx11-6 (>=
2:1.4.99.1) but 2:1.33-4+squeeze1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).

root@meow:/opt# apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
--->>>  google-chrome-stable 

Links:
------
[1] http://i386.deb
[2] https://dl-ssl.google.com/linux/linux_signing_key.pub
[3] http://subkeys.pgp.net
[4] http://www.google.com/linuxrepositories/
[5] http://dl.google.com/linux/chrome/deb/
[6] http://sources.list.d/google-chrome.list
[7] https://dl-ssl.google.com/linux/linux_signing_key.pub
[8] http://mirror.aarnet.edu.au/pub/debian/
[9] http://mirror.aarnet.edu.au/pub/debian/
[10] http://sources.list.d/backports.list
[11] mailto:debian-user-requ...@lists.debian.org
[12] mailto:listmas...@lists.debian.org
[13] http://lists.debian.org/528aa88c.1070...@gmail.com

Reply via email to