Installation instructions for
Fedora LogoFedora Logo

We have a Fedora repository available with which you can install LibreWolf. You can add it to your system and install LibreWolf by running the following commands one by one:

# add the repo
sudo dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo

# install the package
sudo dnf install librewolf

# or on atomic desktops
rpm-ostree install librewolf

You should agree to all prompts that want to import the OpenPGP key with the key ID 0x2B12EF16 and the fingerprint 662E 3CDD 6FE3 2900 2D0C A5BB 4033 9DD8 2B12 EF16.

Uninstalling LibreWolf and Removing the Repository

To uninstall LibreWolf and remove the repository from your system, run:

sudo dnf remove librewolf
	
sudo rm /etc/yum.repos.d/librewolf.repo