In this article, we will guide you through the process of installing the Brave Browser on Ubuntu 22.04 LTS, a popular Linux distribution. Brave Browser is a fast, secure, and privacy-focused web browser that offers a unique browsing experience. By following the steps outlined below, you will be able to enjoy the many benefits of using Brave Browser on your Ubuntu system.
Prerequisites
Before we begin, ensure that you have the following:
- A running instance of Ubuntu 22.04.
- A stable internet connection.
Step 1: Update your System
It is always a good practice to update your system before installing any new software. Open the terminal by pressing Ctrl+Alt+T
and run the following command:
sudo apt update && sudo apt upgrade -y
This command will update the package lists and upgrade any outdated packages on your Ubuntu system.
Step 2: Add the Brave Browser Repository
To install the Brave Browser, we need to add the official Brave repository to our system. In the terminal, execute the following commands:
sudo apt install apt-transport-https curl
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 -
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
These commands will install the necessary packages and add the Brave Browser repository to your system.
Step 3: Install Brave Browser
After adding the repository, update the package lists again by running:
sudo apt update
Now, you can install Brave Browser by executing the following command:
sudo apt install brave-browser
The installation process will begin, and you will be prompted to confirm the installation. Type y
and press Enter to proceed.
Step 4: Launch Brave Browser
Once the installation is complete, you can launch Brave Browser from the application menu or by executing the following command in the terminal:
brave-browser
Congratulations! You have successfully installed Brave Browser on your Ubuntu 22.04 system.
Optional Step: Set Brave Browser as Default
If you prefer to use Brave Browser as your default web browser, you can set it as the default using the following steps:
- Open the Settings application.
- Navigate to the Default Applications tab.
- Click on the Web dropdown menu and select Brave Browser.
From now on, all web links will open in Brave Browser by default.

Conclusion
In this article, we have covered the step-by-step process of installing Brave Browser on Ubuntu 22.04 LTS. By following these instructions, you can enjoy the fast and secure browsing experience that Brave Browser offers. Remember to keep your system updated regularly to ensure the latest features and security enhancements are available to you.
Start exploring the internet with Brave Browser today and enjoy a safer and more private online experience!