Skip to content

Install Brave browser on Ubuntu 20.04 LTSΒΆ

Do system update of package index.ΒΆ

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

Import repository GPG key:ΒΆ

Bash
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 -

Then add the Brave browser repository to the system.ΒΆ

Bash
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 / Linux Mint.ΒΆ

Bash
sudo apt update
sudo apt install -y brave-browser

Launch browser from menuΒΆ