Install Brave Browser on Debian based systems
About Brave Browser
Brave is a free and open-source web browser
developed by Brave Software, Inc. based on the Chromium web browser
. Brave is a privacy-focused browser, which automatically blocks online advertisements
and website trackers
in its default settings. It also provides users the choice to turn on optional ads that pay users for their attention in the form of Basic Attention Tokens
(BAT
) cryptocurrency
. Users can then send contributions to websites and content creators, which support BAT in the form of tips along with the ability to keep the cryptocurrency they earned.
Video Tutorial
Text Tutorial
-
Open
Terminal
and type command:sudo apt install apt-transport-https curl
to installcurl
andapt-transport
. -
Add
Brave Browser’s official GPG key
by command:sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
. -
Use the following command to set up the
stable
repository ofBrave Browser
.echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
. -
Update the
apt
package index by command:sudo apt update
. -
And Finally! Install
Brave Browser
by command:sudo apt install brave-browser
. -
Done!
Brave Browser
is installed!