I downloaded the 32 bit .rpm (For Fedora/openSUSE) to my CentOS machine. when installing it, I got the following error.
$ rpm -ivh google-chrome-stable_current_i386.rpm
warning: google-chrome-stable_current_i386.rpm: Header V4 DSA signature: NOKEY, key ID 7fac5991
error: Failed dependencies:
        lsb >= 3.2 is needed by google-chrome-stable-12.0.742.124-92024.i386
        libcurl.so.4 is needed by google-chrome-stable-12.0.742.124-92024.i386
        xdg-utils is needed by google-chrome-stable-12.0.742.124-92024.i386
This much is clear (I guess), that I need the package lsb version greater than or equal to 3.2, libcurl.so.4 and xdg-utils. But where will I get these from. I think installing the three above packages should resolve the installation error.
Addendum: Progress was made by installing the packages lsb and xdg-utils using the command yum install <pkg_name>. But I still have the libcurl.so.4 library file as a missing dependancy. Any ideas as to how this can be resolved.
