Estimated reading time: < 1 min

You can install Brave Browser in a number of ways. The simplest process is to use the Ubuntu Software Center.

Open Ubuntu Software Center and do a search on Brave Browser:

Click on Brave Browser and follow the prompts to install the Brave Browser.

To install Brave Browser via terminal. Open terminal via menu or via keys CLT+ALT+T.

sudo apt install apt-transport-https curl gnupg
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
sudo apt update
sudo apt install brave-browser

Was this article helpful?
Dislike 0
Views: 159