How to install Google Chrome on Fedora

Log as root user.

Terminal window
sudo su

Add a new yum repository.

Terminal window
cat << EOF > /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
EOF

Logout.

Terminal window
exit

Install the stable version of Google Chrome.

Terminal window
dnf install google-chrome-stable

Done.

Fedora - Gnome - Google Chrome