

In this step, we will add the official repository of the Brave browser to download its packages for installation purposes. curl -s | sudo apt-key -keyring /etc/apt//brave-browser-release.gpg add -Īdd Brave browser Repository in Ubuntu 20.04 LTS Next, we will add the GPG-Key on our system that will ensure whatever packages we are downloading for the installation of the Brave browser must be from the official and authentic channels without any modification by any other entity. sudo apt install apt-transport-https curl To fetch the packages over a secure channel that is HTTPS, we need to install its support from the command terminal along with the curl tool that we use for adding the gpg-key for the Brave browser on our Ubuntu 20.04 LTS system. To do that, launch the Ubuntu Software Center, and search for Brave in the search box.Extra Tip- Installation for CentOS 8, RHEL 8, and Fedora 25+ Install HTTPS support Users who are not too keen on using the command line to install Brave can install it via the GUI method on Ubuntu. Now it's time to update the system repository list and install Brave on your machine: sudo apt update & sudo apt install brave-browser 2. curl -s | sudo apt- key -keyring /etc/apt//brave-browser-release.gpg add -Īdd the Brave repository to the system's directory: echo "deb stable main" | sudo tee /etc/apt/sources. Next, it's time to use the curl command to import the Brave GPG key. Here's how you can install the curl package on Ubuntu and Debian: sudo apt install curl -yĪs a subsequent step, you need to install a few related dependencies with this command: sudo apt install apt-transport-https After all, given Brave's popularity as a browser, it's necessary for users to remain secure while surfing the internet. As a command-line functionality, cURL is quite handy for transferring data over various networks and downloading software from repositories securely. If you are using any Ubuntu/Debian-based distro, the first step is to install curl on your system. To install Brave on Ubuntu and Debian-based distros, you have two options:

Without further ado, let's delve deeper to see how to install the Brave browser on various Linux distros.
