How can I install Google Chrome on Fedora?
You can install Google Chrome on Fedora directly by installing the official RPM files
Install Dependencies
Liberation Fonts
Download the rpm file for your distribution at https://rpmfind.net/linux/rpm2html/search.php?query=liberation-fonts
Install the fonts using the command
sudo su -
rpm -i liberation-fo-XXXX-----.rpm
You will get a few errors saying Key not found. You can ignore them.
Install Google Chrome
Download the rpm file from https://www.google.com/chrome/
Install chrome using the command
sudo su -
rpm -i google-chrome-XXXXX-----.rpm