How to install Brave Browser on Ubuntu 20.04 LTS - vetechno

How to install Brave Browser on Ubuntu 20.04 LTS - vetechno
How to install Brave Browser on Ubuntu 20.04 LTS - vetechno

Brave is an open-source modern web browser. It is a free-of-cost software that is created by brave software and is based on chromium.  It helps as an ad blocker and assists the user in providing cryptocurrency form contributions. It block an online ads from the websites and show several blocked ads via ad-trackers on the same browser interface.

Brave browser is efficient, promotes security, and contains security privileges.

Brave is only supported on 64-bit AMD/Intel architectures (amd64 / x86_64) operating system.

Also Read:

How to install google chrome on Ubuntu 22.04 LTS Jammy Jellyfish

In this post, we will know the installation of brave browser in two different ways.

To know more about Brave Browser click here

Prerequisites :-

1. sudo user privileges
2. Internet connection


Let's get started step by step:-

Method:- 1 Install Brave Browser via Terminal

Step1. Update the current packages.

vikash@vetechno:~$   sudo apt update && sudo apt upgrade
Step2.  Add GPG Key

Download the gpg key from the Ubuntu repository and then add it to secure all the packages.

vikash@vetechno:~$   sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

Step3. Add the repository to sources.list.d

Now after adding the GPG key, now it's time to add the repository by using the below command in the terminal.

vikash@vetechno:~$   echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

Step4. Update the packages.

vikash@vetechno:~$   sudo apt update 

Step5. Install Brave Browser on Ubuntu


vikash@vetechno:
~$
sudo apt install brave-browser

Method:-2 Install Brave Browser via Software Center

Step1. Go to Ubuntu Software center on Ubuntu 20.04 LTS.

Step2. Search Brave Browser  and select.

Step3. Click on Green Install button.

Step4. Done, now search brave in your search box


Conclusion:

Congratulation you have successfully installed brave browser on Linux/Ubuntu operating system. Please let me know in the comment box if you are facing any issue while installing.

Happy installing....!!!!!!!!!!!!


Also Read:-
How to Install RabbitMQ Server on Ubuntu 20.04

How to Install uTorrent on Ubuntu 20.04 LTS.

Comments

Popular posts from this blog

Failed to establish the VPN connection. This may be caused by a mismatch in the TLS version.

To make SSL VPN connection work, please turn off IE security configuration | vetechno

How to install Mysql 8.0.29 on Ubuntu 22.04 LTS | vetechno