Install Brave browser on Ubuntu 20.04 LTSΒΆ
Do system update of package index.ΒΆ
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