/deb/pool/focal
Filename | Size | SHA256 | Last Modified |
---|---|---|---|
../ | - | - | |
librewolf-108.0-1.en-US.ubuntu20.x86_64.deb | 67.0 MiB | 873d53daa11592e2bad7b1874a613bb932d3e5ba81e8dc54ba00304c2ca9ca92 | 2022-Dec-14 17:15:39 UTC |
librewolf-108.0.1-1.en-US.ubuntu20.x86_64.deb | 67.0 MiB | 9e726086241ab33a2ac511a8a7c6b73fbcc59a5318e19035f70aa6423a9336a1 | 2022-Dec-18 09:03:49 UTC |
librewolf-108.0.2-1.en-US.ubuntu20.x86_64.deb | 67.0 MiB | e5c9087fb826066ae7122d22742ea6fa4ba3bb565f2b52103d28843c57741016 | 2023-Jan-11 19:45:05 UTC |
librewolf-109.0-1.en-US.ubuntu20.x86_64.deb | 67.3 MiB | 2d6f3a5dbb6b09f98bfc2ceeacffe70beb82c55273f494ea8b35cef05044c567 | 2023-Jan-17 07:42:08 UTC |
librewolf-109.0.1-2.en-US.ubuntu20.x86_64.deb | 67.4 MiB | dfab6958a98bcdb22531652f0523c4c985037f604e47e3270a27cd698eda3a33 | 2023-Feb-02 11:31:01 UTC |
librewolf-110.0-1.en-US.ubuntu20.x86_64.deb | 67.3 MiB | e505da6f66391901d352d85ab67be8eb82928314817eaf048978f9017eee6e5a | 2023-Feb-16 17:37:09 UTC |
librewolf-110.0-2.en-US.ubuntu20.x86_64.deb | 67.3 MiB | c421f4e82dde3959b083bdc838841e9a333f427043bd0c9606edfe4fdc32c0d9 | 2023-Feb-18 23:22:58 UTC |
librewolf-110.0.1-1.en-US.ubuntu20.x86_64.deb | 67.4 MiB | e1021e6316fe8d147e04e2955fa7159a1e5d7ceb768567678b44835edb5502a7 | 2023-Mar-04 11:57:33 UTC |
librewolf-111.0-2.en-US.ubuntu20.x86_64.deb | 68.0 MiB | 44db94766ce259338f9e0e5fe4bae3b38073daf0f2730d3205e4c347704669fd | 2023-Mar-17 06:22:43 UTC |
librewolf-111.0-3.en-US.ubuntu20.x86_64.deb | 68.1 MiB | 4d7064433750bdf801ded43d7fa3d1124399d8a7a103718d87309ad111e95067 | 2023-Mar-18 08:11:19 UTC |
librewolf-111.0.1-1.en-US.ubuntu20.x86_64.deb | 68.1 MiB | 2e029d250747a5d6b5f4b86bbe6e80d9e3f27e053984677a3de98cc97370837e | 2023-Mar-22 19:31:51 UTC |
librewolf_97.0.2-1_all.deb | 52.5 MiB | a65b59a5f71bd1b9c305b88353b872ac75c79a12ded1582fdc8a08c88b0d602d | 2022-Dec-10 19:18:30 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 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, 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