hi,
Try those commands in terminal:
1. Change to root user.
sudo -i
## OR ##
su -
2. Enable Google YUM repository
Note: Google Chrome Linux version doesn’t get any 32-bit (x86) updates and 32-bit repo is also removed. If you have 32-bit version installed, then you can use it, but you can’t get security updates or other updates anymore.
Fedora 30/29/28/27
dnf install fedora-workstation-repositories
dnf config-manager --set-enabled google-chrome
3. Install Google Chrome Stable Version
## Install Google Chrome Stable version ##
## Fedora 30/29/28/27 ##
dnf install google-chrome-stable
Regards