Home > Fedora & RedHat, GNOME & KDE, Techie, Web Browsers, openSUSE & SUSE > Google Chrome Unstable Build 3.0.191.3 released openSUSE Packages here

Google Chrome Unstable Build 3.0.191.3 released openSUSE Packages here

To follow updates I will provide for Chrome RPM packages please bookmark or check:
http://www.benkevan.com/blog/tag/google-chrome/

Google Chrome

The newest release of the Chrome Unstable browser is upon us.. I’m not sure what fixes this build brings us, but I know we still don’t have basic features like plugins etc.

I’ve made some rpm’s to make it easier for you to install on openSUSE:

The files are located here:
http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.191.3-1.i386.rpm
http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.191.3-1.x86_64.rpm

You can install using:
x86_64:
sudo rpm -Uvh http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.191.3-1.x86_64.rpm --nodeps

i386:
sudo rpm -Uvh http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.191.3-1.i386.rpm --nodeps

You may still have to do:
for i in libsmime3.so libnssutil3.so libnss3.so libssl3.so; do sudo ln -s /usr/lib/$i /usr/lib/$i.1d; done
and
for i in libplds4.so libplc4.so libnspr4.so ; do sudo ln -s /usr/lib/$i /usr/lib/$i.0d; done
(I had done this previously.. so didn’t test.. sorry people).

Bookmark and Share
Categories: Fedora & RedHat, GNOME & KDE, Techie, Web Browsers, openSUSE & SUSE Tags:


  1. David Herman
    July 6th, 2009 at 22:27 | #1

    Thanks for making these available. Think there is a problem w/ the 64 bit version though.

    Thanks

  2. Oleg
    July 6th, 2009 at 23:42 | #2

    google-chrome-unstable-3.0.191.3-1.i386.rpm size 800k instead 12M

    google-chrome-unstable-3.0.191.3-1.i386.rpm – 12950186
    google-chrome-unstable-3.0.191.3-1.x86_64.rpm – 842896

    ae83ffb0996f63503e3d441e27874580 google-chrome-unstable-3.0.191.3-1.i386.rpm
    1d8b77c772e03b06c83ac4569843dacb google-chrome-unstable-3.0.191.3-1.x86_64.rpm

    Can you redeploy 64bit rpm?
    Thanks

  3. Jörg
    July 7th, 2009 at 00:13 | #3

    YaST tells me about unresolved dependencies libnspr4.so.0d, libnss3.so.1d, libnssutil3.so.1.d, libplc4.so.0d, libplds4.so.0d, libsmime3.so.1d and libssl3.do.1d

    Does anybody per chance know where to get these as RPMs, or how these dependencies could otherwise be resolved?

  4. Jörg
    July 7th, 2009 at 00:23 | #4

    @Jörg
    OK I got it. I didn’t see the rpm command, and if I change it to the following then it does work:

    sudo rpm -Uvh –nodeps google-chrome-unstable-3.0.191.3-1.i386.rpm

    (The –nodeps option needs two “-”, and it needs to be in front of the rpm file argument)

  5. Oleg
    July 7th, 2009 at 00:44 | #5

    Ben,
    What difference between 32bit and 64bit versions?
    Both contain 32bit versions of executable file and libraries in lib32 (I look into previous 64bit build)

  6. July 7th, 2009 at 05:20 | #6

    @David Herman

    David.. I re-uploaded the 64-Bit version.. my original upload seemed to be bad.. Thanks.

  1. No trackbacks yet.