Skip to content

Instantly share code, notes, and snippets.

@ErykDarnowski
Last active April 30, 2023 11:05
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment