Staging LibreWolf Software Repository

/dists/librewolf

FilenameSizeSHA256Last Modified
../--
InRelease13.5 kiBcd1a1ecaf8166e30e74a9c926da471b78c4471b22ea7179f04f46425f8bc7b772024-Aug-24 20:35:40 UTC
Release12.7 kiB7cdbbf99957c53aedabee3c512bebba1558cab0cb2b0d5ac175da311bb2b18122024-Aug-24 20:35:40 UTC
Release.gpg833.0 B5363e5f7f9428ac18c138c29d4655ba129e409e686cd20ba90b2e715ed5ac0a62024-Aug-24 20:35:40 UTC
main/---
Usage instructions for apt
sudo apt update && sudo apt install -y wget gnupg lsb-release apt-transport-https ca-certificates

wget -O- https://repo.librewolf.net/keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/librewolf.gpg

sudo tee /etc/apt/sources.list.d/librewolf.sources <<EOF >/dev/null
Types: deb
URIs: https://repo.librewolf.net
Suites: librewolf
Components: main
Architectures: amd64 arm64
Signed-By: /usr/share/keyrings/librewolf.gpg
EOF

sudo apt update

sudo apt install librewolf -y
Usage instructions for dnf
sudo dnf config-manager --add-repo https://repo.librewolf.net/librewolf.repo

sudo dnf install librewolf

You should accept any prompts wanting to import the GPG key with the fingerprint 662E3CDD6FE329002D0CA5BB40339DD82B12EF16.