Install Brave Browser on Debian based systems

Page content

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

  1. Open Terminal and type command: sudo apt install apt-transport-https curl to install curl and apt-transport.

  2. 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.

  3. Use the following command to set up the stable repository of Brave 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.

  4. Update the apt package index by command: sudo apt update.

  5. And Finally! Install Brave Browser by command: sudo apt install brave-browser.

  6. Done! Brave Browser is installed!