Jump to content

LibreWolf

From Wiki
Revision as of 21:34, 20 February 2022 by Kangtain (talk | contribs) (Created page with " echo "deb [arch=amd64] http://deb.librewolf.net $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/librewolf.list sudo wget https://deb.librewolf.net/keyring.gpg -O /etc/apt/trusted.gpg.d/librewolf.gpg sudo apt update sudo apt install librewolf -y ==Source== *[https://librewolf.net/installation/debian/ librewolf.net] Category:Browser Category:Linux Category:Tutorial")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
echo "deb [arch=amd64] http://deb.librewolf.net $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/librewolf.list
sudo wget https://deb.librewolf.net/keyring.gpg -O /etc/apt/trusted.gpg.d/librewolf.gpg
sudo apt update
sudo apt install librewolf -y

Source