Skip to content

Instantly share code, notes, and snippets.

@anmolj7
Last active January 20, 2020 14:30
Show Gist options
  • Save anmolj7/88cb1cc0d6d6a7bbf5a5bbe1734f6bf9 to your computer and use it in GitHub Desktop.
Save anmolj7/88cb1cc0d6d6a7bbf5a5bbe1734f6bf9 to your computer and use it in GitHub Desktop.
Chromium Installation in Fedora.

Procedure to install flakpak on Fedora

There are no steps, really. It already comes installed on Fedora systems, and a person just needs to use the command

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Procedure to install Chromium on Fedora

There are 2 ways to achieve the following goal, one way would be to use the GUI to install Chromium, which is as simple as going to the software Center and Searching for Chromium :P Although, being a programmer, a CLI is always better and prefered to install things. To install chromium on Fedora, The Command is pretty simple :P

dnf install chromium

To Upgrade:

dnf upgrade chromium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment