opkcomic.blogg.se

Brave browser for linux
Brave browser for linux




echo "deb stable main" | sudo tee /etc/apt//brave-browser-release.list The below command will not edit the official source list file of Ubuntu instead, it will create a separate one only for the browser repo URL. 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.

brave browser for linux

sudo apt install apt-transport-https curl

brave browser for linux

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. Extra Tip- Installation for CentOS 8, RHEL 8, and Fedora 25+ Install HTTPS support






Brave browser for linux