Staging LibreWolf Software Repository

/.

FilenameSizeSHA256Last Modified
dists/---
keyring.gpg5.0 kiB9dad24332c4660df8547fbf10e2eb5fdd0c5822d240d94649ef121edaac653892024-Aug-24 20:35:12 UTC
librewolf.repo162.0 Bd18c761ce34c4482dee4cd2aa6af81a89fe0189b788f744ae2ab4ebe41bd8d0a2024-Aug-24 20:36:04 UTC
pool/---
pubkey.gpg6.8 kiB9ced1a0ce0216bbd16cb95847584892ddb3642718530407aeb5b6b0642d3d24a2024-Aug-24 20:35:42 UTC
repodata/---
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.