Re: Starting Google Chrome - Resend added info

2013-07-06 Thread Ethan Rosenberg, PhD

Dear List -

This is what I tried next

1. Open a terminal window.

2. Type in the following commands then hit Enter after each.

For 32-bit systems:

wget -c 
https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb


dpkg -i google-chrome-*.deb

apt-get install -f


These are the errors I get on the dpkg install.

-
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.12.6) but it is not 
installable

Depends: libstdc++6 (>= 4.6) but 4.4.5-8 is to
be installed
Depends: libx11-6 (>= 2:1.4.99.1) but
2:1.3.3-4 is to be installed
--
If I run apt-get install -f, it removes Google chrome.

I hope this helps.

Ethan


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a 
subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51d8ff0b.5030...@hygeiabiomedical.com



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51d9.50...@hygeiabiomedical.com



Re: Starting Google Chrome - Resend added info

2013-07-07 Thread Lisi Reisz
Resending to list. where it ought to have been in the first place.

On Sunday 07 July 2013 06:43:28 Ethan Rosenberg, PhD wrote:
> Dear List -
>
> This is what I tried next
>
> 1. Open a terminal window.
>
> 2. Type in the following commands then hit Enter after each.
>
> For 32-bit systems:
>
> wget -c
> https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
>
> dpkg -i google-chrome-*.deb
>
> apt-get install -f
>
>
> These are the errors I get on the dpkg install.
>
> -
> 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.12.6) but it is not
> installable
>  Depends: libstdc++6 (>= 4.6) but 4.4.5-8 is to
> be installed
>  Depends: libx11-6 (>= 2:1.4.99.1) but
> 2:1.3.3-4 is to be installed

Install the dependencies manually.  You will have to start at the bottom of 
the chain.  Don't worry if you don't.  You will just get another error 
message!

Google-chrome will then install.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201307071421.53941.lisi.re...@gmail.com



Re: Starting Google Chrome - Resend added info

2013-07-08 Thread Darac Marjal
On Sun, Jul 07, 2013 at 02:21:53PM +0100, Lisi Reisz wrote:
> Resending to list. where it ought to have been in the first place.
> 
> On Sunday 07 July 2013 06:43:28 Ethan Rosenberg, PhD wrote:
> > Dear List -
> >
> > This is what I tried next
> >
> > 1. Open a terminal window.
> >
> > 2. Type in the following commands then hit Enter after each.
> >
> > For 32-bit systems:
> >
> > wget -c
> > https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
> >
> > dpkg -i google-chrome-*.deb
> >
> > apt-get install -f
> >
> >
> > These are the errors I get on the dpkg install.
> >
> > -
> > 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.12.6) but it is not
> > installable
> >  Depends: libstdc++6 (>= 4.6) but 4.4.5-8 is to
> > be installed
> >  Depends: libx11-6 (>= 2:1.4.99.1) but
> > 2:1.3.3-4 is to be installed
> 
> Install the dependencies manually.  You will have to start at the bottom of 
> the chain.  Don't worry if you don't.  You will just get another error 
> message!

Alternatively, start aptitude (just run "aptitude" with no parameters,
as root ).  You should get a text interface. At the top it will say
"#Broken: XX" and at the bottom will be a red bar saying
"Suggest 1 removal" (probably).

If you now press 'e', you'll get the interactive resolver up. It will
probably start by suggesting the removal of google-chrome. Use the ','
and '.' (hint: on some keyboards, that's '<' and '>' without the use of
shift) keys to navigate between suggestions. Hopefully, you'll find a
solution that keeps google-chrome (in addition to upgrading some
packages, probably). If you get a pop-up saying "No more solutions",
then that version of google-chrome is not installable on your system.

When you find a solution you like, press '!' to apply it and then 'g'
twice to process the installation/upgrades.

HTH.


signature.asc
Description: Digital signature