Jump to content

LibreWolf: Difference between revisions

From Wiki
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"
 
No edit summary
Line 1: Line 1:
  echo "deb [arch=amd64] http://deb.librewolf.net $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/librewolf.list
  echo "deb [arch=amd64] <nowiki>http://deb.librewolf.net</nowiki> $(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 wget <nowiki>https://deb.librewolf.net/keyring.gpg</nowiki> -O /etc/apt/trusted.gpg.d/librewolf.gpg


  sudo apt update
  sudo apt update

Revision as of 21:36, 20 February 2022

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