I want to install chrome on my rhel5 desktop but I am not able to install it. I have created a repo google-chrome.repo, filled in the necessary commands (the link to this found everywhere on the internet)
[google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Now when I try to do yum install google-chrome-stable, I get a dependency error. What could be going wrong, I am not able to figure out. I have installed xdg-utils on my machine.
Thank you in advance