install brave browser ubuntu 20.04 code example
Example 1: brave browser download for ubuntu 20.04
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
Example 2: install tor browser ubuntu 20.4
Run the following commands as a user with sudo permissions :
1.Add the Tor browser launcher PPA repository :
sudo add-apt-repository ppa:micahflee/ppa
2.Install the Tor browser launcher package:
sudo apt update
sudo apt install torbrowser-launcher
The Tor browser can be launched either from the command line
by typing torbrowser-launcher or
by clicking on the Tor Browser
Launcher icon (Activities -> Tor Browser).
When you start the launcher for the first time,
it will download the
Tor browser and all other dependencies.
Example 3: install brave browser download
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
sudo apt update
sudo apt install brave-browser