How can one install Brave Web browser on Ubuntu 24.04|22.04|20.04 Desktop Linux operating system?. Brave is a free and open source web browser designed to be fast and secure for mobile devices and Computer devices. Brave comes with a built-in ad blocker that prevents tracking and provides security protection with optimized data and battery performance.

Some features of Brave Browser

Here are few top features of Brave web browser.

  • Search – Choose default search engine – Google, Bing, Yahoo, DuckDuckGo e.t.c
  • Fast Browsing – According to its creators, Brave loads pages three times as fast out of the box with nothing to install, learn or manage.
  • Easy to switch to Brave – It’s easy to import your settings from your old browser. You can do it during the welcome tour or later through the menus.
  • Support your favorite sites with Brave Rewards – with Brave Rewards activated, you can support the content creators you love at the amount that works for you.
  • Privacy and Security – Brave fights malware and prevents tracking, keeping your information safe and secure. Clearing of browsing data and a built-in password manager.
  • Form autofill which saves you time when working with forms
  • Extensions/Plugins – Brave Desktop now supports most of the Chrome extensions in the chrome web store
  • and many more

Install Brave Web Browser on Ubuntu

You can install Brave browser by downloading a .deb package and installing manually or by using the apt repository which has compiled packages ready for installation with the apt package manager.

Do system update of package index.

sudo apt update
sudo apt -y install curl software-properties-common apt-transport-https 

Import Brave repository GPG key to Ubuntu system.

curl https://brave-browser-apt-release.s3.brave.com/brave-core.asc| gpg --dearmor > brave-core.gpg
sudo install -o root -g root -m 644 brave-core.gpg /etc/apt/trusted.gpg.d/

Then add the Brave browser repository to the system.

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

Then update your package index and install Brave web browser on Ubuntu 22.04|20.04|18.04.

sudo apt update && sudo apt install brave-browser

Launch Brave Web Browser on Ubuntu Desktop

After installation, you can launch the Brave web browser on Ubuntu from the Desktop Environment menu.

launch brave ubuntu

Brave browser can also be launched on Ubuntu from the terminal shell:

$ brave-browser
$ brave-browser-stable

Follow the welcome tour to guide to finish your setup.

launch brave ubuntu 02

Enjoy browsing with Brave on Ubuntu Desktop system. There a couple of articles you can check for Ubuntu.

1 COMMENT

  1. Thank you for being the only one who made this work for me! I have tried several others without success, and this worked great! 🙂

LEAVE A REPLY

Please enter your comment!
Please enter your name here