How to Install Brave Browser on Ubuntu 22.04

In this guide, we are going through the step by step process of installing Brave browser in Ubuntu 22.04.

So what is Brave browser?

Brave is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser, a Google-sponsored free and open-source web browser.. Brave is a privacy-focused browser, which distinguishes itself from other browsers by automatically blocking online advertisements and website trackers in its default settings.

Brave browser boasts in its site to be 3x faster than Chrome and to stop online surveillance, loads content faster, and uses 35% less battery.

Normal users normally wonder whether Brave browser is safe. The Brave browser is safe. While initially attracting tech enthusiasts to scrutinize the open-source code, it’s now a safe and comfortable choice for average users. Brave is a complete replacement for Google Chrome and Microsoft Edge.

Also checkout:

Ensure your OS is updated

Ensure that you have updated packages in your OS before proceeding. Use this command:

1
2
sudo apt update
sudo apt -y upgrade

Installing brave

First install some required dependencies

1
sudo apt install apt-transport-https curl

Next, set up brave browser repository

1
2
3
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 arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

Finally, update the repositories and install brave

1
2
sudo apt update
sudo apt install brave-browser

Confirm the installation

1
2
3
4
5
6
7
8
$ apt-cache policy brave-browser
brave-browser:
  Installed: 1.37.116
  Candidate: 1.37.116
  Version table:
 *** 1.37.116 500
        500 https://brave-browser-apt-release.s3.brave.com stable/main amd64 Packages
        100 /var/lib/dpkg/status

Launching brave

Once the installation is complete, brave browser will be available in the launcher. Search brave and launch it.

Up to this point we have been able to install and launch brave browser.

comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy