How to Install brave browser on Ubuntu 20.10 or Debian 11 Bullseye
on their web browser brave claims that they are 3x faster than chrome
but sorry I did not test in depth about speed. Brave browser is a free and open-source web browser, Brave developed by Brave Software, Inc. based on the Chromium . It blocks website trackers and blocks ads.
but there is something I don’t like about Brave I can’t sync my bookmarks with my google account
For the password manager I use keepasxc which stores the database offline
We can install this software easily
Open Terminal and run this command
sudo apt install apt-transport-https curl gnupg
and then run curl with this command
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 –
next add brave to your repo
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
Final step
sudo apt update
sudo apt install brave-browser
Now you can open your brave browser