Table of Contents

How to install Google Chrome on Fedora

If you are not logged in as root or user with admin privileges, Run all of the below commands as sudo

Lets install the repositories now

sudo dnf install fedora-workstation-repositories

Lets us enable the google-chrome repository

sudo dnf config-manager --set-enabled google-chrome

To install the stable version, run following command

sudo dnf install google-chrome-stable -y

To install the beta version do following...

sudo dnf install google-chrome-beta

Related Posts