Installing Chromium or Google Chrome Browsers
|
This page discusses third-party software sources not officially affiliated with or endorsed by the Fedora Project. Use them at your own discretion. Fedora recommends the use of free and open source software and avoidance of software encumbered by patents. |
Chromium and Google Chrome web browsers
Fedora Workstation includes Mozilla Firefox as the default browser. It is easy to install either Google Chrome or Chromium if preferred.
Chromium
Chromium is the upstream open source project on which Google Chrome is based. It is available in the Fedora repositories.
Fedora’s Chromium package includes only free and open source software, so it does not include features of Google Chrome that rely on proprietary software — including support for proprietary media codecs such as H.264 and AAC.
If you need full codec support in Chromium, install chromium-freeworld from RPM Fusion instead. See Enabling the RPM Fusion repositories.
|
Google Chrome
Google Chrome is a popular web browser developed by Google, built on top of the Chromium project. Chrome includes additional features not present in Fedora’s Chromium package, such as support for proprietary media codecs, playback of rights-protected content (Netflix, and so on), and Google services including browser sync and location services.
Google Chrome is available via a curated third-party repository. Once the repository is enabled, Chrome can be installed through GNOME Software or the command line.
Installing the browsers
Installing Chromium
Installing Google Chrome
Using GNOME Software
-
Open the Software application.
-
Click on the menu at the top right and select Software Repositories.
-
Scroll down to find the Third Party Repositories section. Optionally, you can enable the option to Enable New Repositories to automatically enable new third-party repositories as they become available.
-
Scroll down to find the google-chrome repository. Ensure that it is enabled by toggling the switch.

You can now search for Google Chrome in Software and install it.
Using Plasma Discover
-
Open Discover from the Applications menu.
-
Click on Settings
-
Scroll down to find the google-chrome repository. Ensure that it is enabled by toggling the checkbox.

You can now search for Google Chrome in Discover and install it.
Using the command line
-
Install the third-party repositories package:
$ sudo dnf install fedora-workstation-repositories -
Enable the Google Chrome repository:
$ sudo dnf config-manager setopt google-chrome.enabled=1 -
Install Google Chrome:
$ sudo dnf install google-chrome-stable
To install the Beta or Dev channel versions instead, replace google-chrome-stable with google-chrome-beta or google-chrome-unstable.
|
Want to help? Learn how to contribute to Fedora Docs ›