Korora comes with many repos already set up so you can just install many software packages from the Package Manager or command line. One of the repos that is set up is Google Chrome. A simple
dnf install google-chrome
will install the stable version of Google Chrome.
However if you want the beta or unstable version, I prefer the beta version, then you need to edit the repo file. Actually other versions like the beta will install with the specific command
dnf install google-chrome-beta
but they won’t be updated in future. Using your preferred text editor open /etc/yum.repos.d/google-chrome.repo. The last line is an exclude statement. You will need to delete or comment out this line. Alternatively you could edit it by removing the version you wish to install / update from that line.
Now you can use the beta or unstable version of Google Chrome in Korora.
Thank You! Very Useful