linux

Install Google Chrome 4 for OpenSuse 11.1

The nice browser works fine for me too. I would like to mark that the installation of application is easy.
At first it has to be downloaded last build of application by http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/ Then it has to be unpackaged in properly folder.
After that it should be done some libraries are available for application: (it should be done with root permissions)

ln -s /usr/lib/libnss3.so /usr/lib/libnss3.so.1d
ln -s /usr/lib/libnssutil3.so /usr/lib/libnssutil3.so.1d
ln -s /usr/lib/libsmime3.so /usr/lib/libsmime3.so.1d
ln -s /usr/lib/libssl3.so /usr/lib/libssl3.so.1d
ln -s /usr/lib/libplds4.so /usr/lib/libplds4.so.0d
ln -s /usr/lib/libplc4.so /usr/lib/libplc4.so.0d
ln -s /usr/lib/libnspr4.so /usr/lib/libnspr4.so.0d

The application will became runnable but flash won’t works. That is why it should be made folder “plugins” and make symbolic link on properly flash lib inside the folder.

ln -s /usr/lib/browser-plugins/libflashplayer.so

and run application ./chrome –enable-plugins

Leave a comment