/deb/dists/vera
Filename | Size | SHA256 | Last Modified |
---|---|---|---|
../ | - | - | |
InRelease | 16.1 kiB | 8ab062ceeefd78456056e6391b746a2ca9f5ab5a6bce2e40c026ee5f7cd8f971 | 2024-Sep-21 20:22:37 UTC |
Release | 15.3 kiB | d9a359dc2b2224f874e2f539eee6594847ea575f0eafeb032a89d06c554e90db | 2024-Sep-21 20:22:37 UTC |
Release.gpg | 833.0 B | e69bd585c84772b1a48cebd3ae7648d706c6e027d74f8b36bded02a678cb8f68 | 2024-Sep-21 20:22:37 UTC |
main/ | - | - | - |
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