Difference between revisions of "Brave"

From Indie IT Wiki
imported>Plittlefield
(Created page with "== Introduction == The browser that rethinks the web - Brave browser blocks ads and trackers that slow you down and invade your privacy. https://brave.com/features == Insta...")
 
Line 6: Line 6:
  
 
== Installation ==
 
== Installation ==
 +
 +
NEW
 +
 +
sudo apt install curl -y
 +
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
 +
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
 +
sudo apt update -y
 +
sudo apt install brave-browser -y
 +
 +
 +
OLD
  
 
  sudo apt install apt-transport-https curl gnupg
 
  sudo apt install apt-transport-https curl gnupg

Revision as of 11:45, 29 December 2024

Introduction

The browser that rethinks the web - Brave browser blocks ads and trackers that slow you down and invade your privacy.

https://brave.com/features

Installation

NEW

sudo apt install curl -y
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update -y
sudo apt install brave-browser -y


OLD

sudo apt install apt-transport-https curl gnupg
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser

https://brave.com/linux