Installation instructions for
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
curl -fsSL https://repo.librewolf.net/librewolf.repo | pkexec tee /etc/yum.repos.d/librewolf.repo
# install the package
sudo dnf install librewolf
# or on atomic desktops
rpm-ostree install librewolf
You should accept any prompts wanting to import the GPG key with the fingerprint
662E 3CDD 6FE3 2900 2D0C A5BB 4033 9DD8 2B12 EF16
.
COPR (unofficial)
Another good installation source on Fedora right now are the independent and unofficial releases built on the Fedora COPR by bgstack. The release page for that is here. Here is how to enable copr and install LibreWolf with dnf:
sudo dnf copr enable bgstack15/AfterMozilla
sudo dnf install librewolf
on Atomic Desktops, you can use a script like copr-command:
copr enable bgstack15/AfterMozilla
# or without the script
releasever="$(rpm -E %fedora)"
curl -fsSL https://copr.fedorainfracloud.org/coprs/bgstack15/AfterMozilla/repo/fedora-$releasever/bgstack15-AfterMozilla-fedora-$releasever.repo | pkexec tee /etc/yum.repos.d/_copr_bgstack15-AfterMozilla.repo
rpm-ostree install librewolf