How to install the Brave browser on Debian 11


Today we are going to look at how to install the Brave browser on Debian 11.

Firstly, we login to root user in our terminal, then we install some packages which we need during the installation process, and for Brave in general.  Next, we download and add the Brave security key to our system, after that, we add the Brave repository to our system.  Lastly, we update the repositories of our system again and install Brave.  Enjoy!

Commands used:
1) su
2) sudo apt install apt-transport-https curl gnupg
3) 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 -
4) 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
5) sudo apt update
6) sudo apt install brave-browser

Commands are based on this:

Official Site:

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/

For a video with Background Music:


Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy me a cup of coffee, thank you!

Comments