

So this installs – probably from Mint’s official repositories if you haven’t done this kind of thing before – the SSL-secured version of package download function (apt-transport-https), and another tool that can be used to do various network-related tasks from the command line (curl). Using SSL-secured traffic was traditionally not considered important because all packages are automatically verified before install anyway, using gpg and prepackaged keys. Your system may not be set up to use https instead of http for package downloads.

It installs two tools used by the rest of the procedure if you didn’t have them already. This part may or may not actually do anything, depending, but just in case. To do that, launch the Ubuntu Software Center, and search for Brave in the search box.Sudo apt install apt-transport-https curl 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.
