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/

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).







6 Comments
Thanks for making these available. Think there is a problem w/ the 64 bit version though.
Thanks
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
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?
@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)
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)
@David Herman
David.. I re-uploaded the 64-Bit version.. my original upload seemed to be bad.. Thanks.