Ubuntu

Installing Brave Browser on Ubuntu 22.04


Brave Browser is an open-source and free web browser to surf the internet securely. It was introduced by Brave Software, Inc in 2016, and it is based on the Chromium web browser. It offers excellent privacy by keeping the data private and does not allow a third party to access the data.

Brave is also freely available to install on all the operating systems like Ubuntu, macOS, and Windows. The brave browser claims better performance and privacy as compared to other browsers. It utilizes less memory and loads the content faster with less battery consumption.

In this short tutorial, we will describe how to install Brave Browser on the latest version of Ubuntu 22.04.

What are the Features of Brave Browser?

Brave browser provides the following top features to its user:

  • It does not share data with third parties
  • It provides fast browsing speed
  • Switching to Brave Browser is really easy
  • It supports the favourites site with rewards
  • It provides better security and privacy

How to Install the Brave Browser on Ubuntu 22.04

To install Brave Browser, follow the step-by-step guide provided below.

Step 1: Open the Terminal

First, open the terminal to install the Brave Browser, using the Ctrl + Alt + T shortcut keys:

The terminal is now open and ready to use.

Step 2: Install Required Dependencies

To install some required dependencies before the installation of Brave Browser, run the following command in the terminal:

$ sudo apt install apt-transport-https curl

To continue the installation, press the Y key and hit Enter.

Required dependencies are installed successfully.

Brave Browser is not available in the Official APT package repository of Ubuntu 22.04. So, we have to import GPG keys and add the repository of the Brave browser.

Step 3: Import GPG Keys

To import the GPG keys, execute the command given below:

$ sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

Step 4: Adding Browser Repository

To add the repository for downloading its packages for installation, run the following command:

$ 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

After adding the Repository and GPG keys of Brave browser, we need to update the system once again.

Step 5: Update System Packages

To update the installed packages on the system, run the following command in the terminal:

$ sudo apt update

The packages installed on our system are updated.

Step 6: Install Brave Browser on Ubuntu 22.04

To install Brave Browser on Ubuntu 22.04, use the following command in the terminal:

$ sudo apt install brave-browser

To allow the installation, press the Y key:

The Brave is successfully installed in Ubuntu 22.04.

Step 7: Verify the installation

To verify the installed version of Brave Browser on Ubuntu, run the following command:

$ brave-browser --version

It is verified that the installed version of brave is 101.1.38.109

How to Launch Brave Browser on Ubuntu 22.04

Once Brave is installed, use the following command to launch it in the terminal:

$ brave-browser

On the other hand, you can search for it in the application menu and launch it from there as well.

How to Uninstall the Brave Browser on Ubuntu 22.04

To uninstall/remove the Brave package on Ubuntu 22.04 through the terminal, execute the following command:

$ sudo apt remove brave-browser

Brave is uninstalled/remove successfully.

To remove/uninstall the brave repo, run the following command:

$ sudo rm /etc/apt/sources.list.d/brave-browser-release.list

The Brave Browser repository is also removed from the Ubuntu 22.04 system.

Conclusion

Brave is not available in the APT package repository. It can be installed by importing the repository and GPG keys into the Ubuntu 22.04 system. Afterward, use the “sudo apt install brave-browser” command to install Brave Browser on Ubuntu 22.04. This article explained a step-by-step process on how to install the Brave, the key features, and how to launch it and uninstall the Brave browser on ubuntu 22.04.

About the author

Shehroz Azam

A Javascript Developer & Linux enthusiast with 4 years of industrial experience and proven know-how to combine creative and usability viewpoints resulting in world-class web applications. I have experience working with Vue, React & Node.js & currently working on article writing and video creation.