Install Google Chrome with YUM on Fedora 14
Over at "if !1 0", they have a straight forward how-to for installing Chrome from a repository in Fedora 13 or 14. All you have to do is add a repository file, and install.
If you want to use the built in version of Flash, you'll need the 32 bits version and repository. Also note, that you'll have to do an update after the initial install, as the latest version is NOT automatically installed at once.
emacs /etc/yum.repos.d/google.repo [google] name=Google - i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub [google64] name=Google - x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub yum install google-chrome-stable yum update google-chrome-stable
* For 32 bits, if installing on a 64 bit machine:
yum install google-chrome-stable.i386 yum update google-chrome-stable.i386 yum install libpk-gtk-module.so libcanberra-gtk-module.so libasound_module_pcm_pulse.so