Skip to content

Instantly share code, notes, and snippets.

@ErykDarnowski
Last active May 25, 2025 17:11
Show Gist options
  • Save ErykDarnowski/2db5c599894c7530ed4ba93aea05d28c to your computer and use it in GitHub Desktop.
Save ErykDarnowski/2db5c599894c7530ed4ba93aea05d28c to your computer and use it in GitHub Desktop.
How to install Firefox Developer Edition on Linux Fedora

How to install Firefox Developer Edition on Linux Fedora

  1. Make sure the dnf-plugins-core package is installed.

  2. Enable the the4runner/firefox-dev Copr repository:

    sudo dnf copr enable the4runner/firefox-dev
  3. Install Firefox Developer Edition:

    sudo dnf check-update
    sudo dnf upgrade -y
    
    sudo dnf install firefox-dev -y
@Axzul777
Copy link

Useful, tanks

@andresdanielmtz
Copy link

There's a small ` at the end of the first command that might mess up some people trying to copy&paste the command.

@ErykDarnowski
Copy link
Author

There's a small ` at the end of the first command that might mess up some people trying to copy&paste the command.

Good catch, thank you!

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