/deb/pool/bookworm
Filename | Size | SHA256 | Last Modified |
---|---|---|---|
../ | - | - | |
librewolf-114.0.1-2-2.en-US.debian12.x86_64.deb | 68.6 MiB | 31a9df86550e70eb140b8522d76fb6ad106ff48fcc5aae9e6ce63ce2654e016a | 2023-Jun-20 15:35:02 UTC |
librewolf-114.0.2-1.en-US.debian12.x86_64.deb | 68.7 MiB | 721980bc7c71f3a5e77175e2148e08c9020737ad71686e11d2577e505d895d2b | 2023-Jun-23 12:08:23 UTC |
librewolf-115.0.1-1.en-US.debian12.x86_64.deb | 67.5 MiB | 4962cf4f7a63a6af7954181e567d1417c7c653da612df5214e1f88cf85f6c047 | 2023-Jul-10 15:02:57 UTC |
librewolf-115.0.2-2.en-US.debian12.x86_64.deb | 67.5 MiB | 6a0fb57ee85c148fead6e49846a64e3592fcf63badf7757ee518b072723f4438 | 2023-Jul-12 14:27:49 UTC |
librewolf-116.0-1.en-US.debian12.x86_64.deb | 67.4 MiB | b4f777a6afa60ebfa3daee5e7c1b3f5976d8c4bc7eb6dc78bc8923bf3b1f2d0c | 2023-Aug-02 06:03:54 UTC |
librewolf-116.0.2-1.en-US.debian12.x86_64.deb | 67.4 MiB | 9ed4f1c9bca741e0b754105227100177820dbd84ac1f804f88b6798f3e932785 | 2023-Aug-09 09:27:33 UTC |
librewolf-116.0.3-1.en-US.debian12.x86_64.deb | 67.4 MiB | ee68db90a67c33ba97492c9f92120b427dc08174b56baee49049b9623a5f32e2 | 2023-Aug-17 23:07:36 UTC |
librewolf-117.0-1.en-US.debian12.x86_64.deb | 67.5 MiB | 46fcc47bad672e0cd271a2dfa5c9359fc2a8dcaeccc821b51474d72950c0d4d1 | 2023-Aug-29 21:30:33 UTC |
librewolf-117.0.1-1.en-US.debian12.x86_64.deb | 67.4 MiB | 4721c62bd7135ef0a0256321de446767759bb31ffca7aa28beb6b6cd71296efa | 2023-Sep-15 13:19:31 UTC |
This is our Debian repository with which you can easily install and update LibreWolf. To add it to your system and install LibreWolf, run the following commands one by one:
sudo apt update && sudo apt install -y wget gnupg lsb-release apt-transport-https ca-certificates distro=$(if echo " una bookworm vanessa focal jammy bullseye vera uma " | grep -q " $(lsb_release -sc) "; then echo $(lsb_release -sc); else echo focal; fi) wget -O- https://deb.librewolf.net/keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/librewolf-repo.gpg sudo tee /etc/apt/sources.list.d/librewolf-repo.sources << EOF > /dev/null Types: deb URIs: https://deb.librewolf.net Suites: $distro Components: main Architectures: amd64 Signed-By: /usr/share/keyrings/librewolf-repo.gpg EOF sudo apt update sudo apt install librewolf -y
We only build LibreWolf for Debian 11/12, Ubuntu 20/21/22 and Mint
20.2/20.3/21. If you don't use one of those distros, the above commands
will install the Ubuntu 20 build for you which may or may not work. If you
want to manually choose a different distro's build, then change the first
of the above commands to point at that distro. E.g. to install the Debian
11 build, run distro=bullseye
.
Also note that we only build for the amd64
(a.k.a.
x86_64
) architecture. To determine your architecture, run the
uname -m
command. Most desktop and laptop computers are
x86_64
; notable exceptions include M1 Macs and Raspberry Pis,
as well as very old computers that don't support 64-bit operating systems.
sudo rm -f \ /etc/apt/sources.list.d/librewolf.list \ /etc/apt/sources.list.d/librewolf.sources \ /etc/apt/trusted.gpg.d/librewolf.gpg \ /etc/apt/keyrings/librewolf.gpg \ /etc/apt/preferences.d/librewolf.pref