Categories Linux

How to Install Google Chrome on Fedora: A Step-by-Step Guide


Installing Google Chrome on Fedora is easy and simple. This article covers two installation methods and also discusses its open-source version, Chromium.

Flatpak:

Let’s start with the Flatpak installation; it’s simple but requires the Flatpak to be installed on your Fedora.

To install, you can copy the commands below into your terminal or visit Flathub and search for Google Chrome. You can also install the open-source version, Chromium.

Google Chrome:

$ flatpak install flathub com.google.Chrome

Chromium:

$ flatpak install flathub org.chromium.Chromium

RPM Package:

If you prefer to install Google Chrome or Chromium on Fedora in RPM format, it is also quite simple. Follow these steps:

Google Chrome:

$ sudo dnf install google-chrome-stable

Chromium:

I will use Fedora 40 as an example for the installation. If you have a different version, please consult the Fedora Project website and install the version suitable for your system.

$ sudo dnf install chromium-126.0.6478.182-1.fc40

Make your choice:

To conclude, when choosing between Google Chrome and Chromium on Fedora, understanding their differences is crucial. For example, Google Chrome is proprietary, with features like Flash support, automatic updates, and seamless Google services integration. As a result, it offers convenience and easy synchronization across devices.

In contrast, Chromium is open-source and lacks some proprietary features and Google tracking, which benefits those prioritizing privacy and control. Moreover, it provides a more privacy-focused experience.

Finally, if you value convenience and Google service integration, choose Google Chrome on Fedora. But if privacy and open-source software are your priorities, then Chromium is the more suitable choice.

More From Author