/deb/pool/jammy
Filename | Size | SHA256 | Last Modified |
---|---|---|---|
../ | - | - | |
librewolf-108.0-1.en-US.ubuntu22.x86_64.deb | 71.7 MiB | a25c94783655c442a6e67c302281c73d904de2b978216cf70579bc814408528b | 2022-Dec-14 17:15:40 UTC |
librewolf-108.0.1-1.en-US.ubuntu22.x86_64.deb | 71.7 MiB | fe04c4647ab6309f46881ac0666e29373fa89d58abd2f4c30b86d1ec0e2f42c5 | 2022-Dec-18 09:03:52 UTC |
librewolf-108.0.2-1.en-US.ubuntu22.x86_64.deb | 71.8 MiB | 48e562af01b2b33bf3b166a6174a11c999db2b53ce1bfec34801248dd1c59c60 | 2023-Jan-11 19:45:08 UTC |
librewolf-109.0-1.en-US.ubuntu22.x86_64.deb | 72.0 MiB | 00afd7e34d7d51ed4594ba61dfe1679777d2d6f2e3fc5a83f2d35f676ea9d5d2 | 2023-Jan-17 07:42:09 UTC |
librewolf-109.0.1-2.en-US.ubuntu22.x86_64.deb | 72.1 MiB | ad3fe892e7842bafb7a0451604df13d1d0ac0429c19e1928254f32b571e284c0 | 2023-Feb-02 11:31:02 UTC |
librewolf-110.0-1.en-US.ubuntu22.x86_64.deb | 72.1 MiB | 07ac6fb5b87d1a6b5961d7ad2a274a69d9aaa05ab7819f90797cefc6d7aa9eec | 2023-Feb-16 17:37:10 UTC |
librewolf-110.0-2.en-US.ubuntu22.x86_64.deb | 72.0 MiB | bc35c492985f01e72463a977307cf7fce2591f59c3e40cfd1557ef9a9245e368 | 2023-Feb-18 23:23:00 UTC |
librewolf-110.0.1-1.en-US.ubuntu22.x86_64.deb | 72.0 MiB | cc976bc520c3c1587bbce0e734ecb1128d01c51fc21ae1966abc716d6c81f7ea | 2023-Mar-04 11:57:35 UTC |
librewolf-111.0-2.en-US.ubuntu22.x86_64.deb | 72.7 MiB | ccebcd24575177f8719fea19505a429d634cb0a4b5850638c3667d7b1043d6d4 | 2023-Mar-17 06:22:44 UTC |
librewolf-111.0-3.en-US.ubuntu22.x86_64.deb | 72.8 MiB | 6e5dde9664c92379f0370ab439d5143a3b2f5299581458bf7976a4663a914fea | 2023-Mar-18 08:11:21 UTC |
librewolf-111.0.1-1.en-US.ubuntu22.x86_64.deb | 72.7 MiB | 01b0a8f90cd4c0238b5c3513c1340bfcf94d2e3f11d06011fbf151c3a790c7c1 | 2023-Mar-22 19:31:52 UTC |
librewolf_107.0.1-2_all.deb | 71.6 MiB | c66df74a6f466821ecbf5402d18d4537d513a4bcc25b25d99301dca6e07ad85e | 2022-Dec-10 17:04:32 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