/deb/pool/uma
Filename | Size | SHA256 | Last Modified |
---|---|---|---|
../ | - | - | |
librewolf-108.0-1.en-US.mint20.x86_64.deb | 67.0 MiB | 46863de815120a629fb3db96fd96abea0b0163a98bf7efb73b989a22f0ed1e53 | 2022-Dec-14 17:15:42 UTC |
librewolf-108.0.1-1.en-US.mint20.x86_64.deb | 67.0 MiB | 5bc3f81dbfda51355ad7211cfcc48ab007757005da587b1dce3c92cd513ebd00 | 2022-Dec-18 09:03:53 UTC |
librewolf-108.0.2-1.en-US.mint20.x86_64.deb | 67.0 MiB | 737bdc1579b2b81ac8281619b46081597e36ab57a8d5f17534d109416870b678 | 2023-Jan-11 19:45:10 UTC |
librewolf-109.0-1.en-US.mint20.x86_64.deb | 67.3 MiB | eae3fba6020a8d39fef1d96d75b44787af952d0f3fd78e355bbc468fb83f5f8e | 2023-Jan-17 07:42:10 UTC |
librewolf-109.0.1-2.en-US.mint20.x86_64.deb | 67.4 MiB | e7fd752a6dcee387a76a97e1d5c4ce309a1e0333769436d20bbaa1bb7ecbb7b2 | 2023-Feb-02 11:31:04 UTC |
librewolf-110.0-1.en-US.mint20.x86_64.deb | 67.3 MiB | 9da6b8f17240c2e3a947f2dde996b518221474e88bdc368255933deae9e6af5f | 2023-Feb-16 17:37:11 UTC |
librewolf-110.0-2.en-US.mint20.x86_64.deb | 67.3 MiB | 6e4fe34de57d3818b0d9c85ab8522eca6d5f07f2fa6483ad4711b7a9094af553 | 2023-Feb-18 23:23:01 UTC |
librewolf-110.0.1-1.en-US.mint20.x86_64.deb | 67.4 MiB | f2c05caf863dc7945228357314a5de8af6388c1bad36f1e6306defebf3618d6a | 2023-Mar-04 11:57:36 UTC |
librewolf-111.0-2.en-US.mint20.x86_64.deb | 68.1 MiB | c888a0ff981df40209b73d7161bd48ff05daf3417be9c70a9c6ff6ec05335971 | 2023-Mar-17 06:22:46 UTC |
librewolf-111.0-3.en-US.mint20.x86_64.deb | 68.1 MiB | ef38b5b574921deeb2510edf0e1c3127f0da67fc04169bcea755a3e550358884 | 2023-Mar-18 08:11:22 UTC |
librewolf-111.0.1-1.en-US.mint20.x86_64.deb | 68.1 MiB | d28e45f9060fe707ae0ae0e7e4151e09eafe97c71aecd6c8f3396d19fd2d79f9 | 2023-Mar-22 19:31:53 UTC |
librewolf_100.0.2-1_all.deb | 64.8 MiB | 54cac934aee8d7dc5880b48a79f1cc97e260f11f1b691880153268d17b1b2fba | 2022-Dec-10 19:18: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 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