Install Chrome on Fedora. It is a cross-platform web browser developed by Google. It is a popular application and most widely used for accessing the World Wide Web. It was first released for Microsoft Windows built with free software components and was later ported to Linux including fedora. Most of Chrome’s collection of code comes with free and open-source software project of Chromium, but Chrome is licensed as proprietary freeware software.

How To Install Chrome on Fedora?

You can easily install the latest version of chrome on fedora with the following Method 1 or Method 2 and just make sure that you are using a 64-bit operating system.

Method 1

To install chrome with direct downloaded “.rpm” package and through fedora software center installation (GUI):

  1. Go to Google Chrome’s official website
  2. Click “Download Chrome”
  3. Select “download package” for “64 bit .rpm (For Fedora/openSUSE)”
  4. Click “Accept and install”
  5. Choose “Save File” to your computer and it will automatically saved in “Downloads” folder
  6. Once downloaded, double click the “.rpm” file and it’ll automatically opened with fedora software center or right click on the “.rpm” file and select open with “fedora software” or “software center”
  7. Click “install” button for “Google Chrome” or “google-chrome-stable”
  8. Enter “password” to install chrome (it should be your user password)
  9. Wait a few minutes depending your system performance
  10. After chrome installation has been completed you can find and open the application in fedora menu

Method 2

To install chrome on fedora via terminal with linux command:

  1. Open your legendary “Terminal” or by pressing “Ctrl+Alt+T” button as keyboard shortcut
  2. Get the fedora workstation repositories using the following linux command
    sudo dnf install fedora-workstation-repositories
  3. enable Google Chrome repository using the following command line
    sudo dnf config-manager --set-enabled google-chrome
  4. install Chrome “.rpm” package to your system as a user with sudo privileges with command below
    sudo dnf install google-chrome-stable
  5. When prompted with warning, just press “y” to continue the installation
  6. Wait a few minutes or less for “chrome installation”
  7. After chrome installation has been completed you can find and open the software in the “menu”

Congratulation, you have successfully installed the latest version of chrome browser on fedora. You can also install a different software on your system as you desired for collections of applications.

License: CC-BY-SA Creative Commons License
☝️