Skip to content

Instantly share code, notes, and snippets.

@ErykDarnowski
Last active February 9, 2026 01:45
Show Gist options
  • Select an option

  • Save ErykDarnowski/2db5c599894c7530ed4ba93aea05d28c to your computer and use it in GitHub Desktop.

Select an option

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
@andresdanielmtz
Copy link
Copy Markdown

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
Copy Markdown
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