sudo apt install curl
Now it’s time to add a new key to the list of trusted keys and resynch the package index files from sources
curl https://s3-us-west-2.amazonaws.com/brave-apt/keys.asc | sudo apt-key add - echo "deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt `lsb_release -sc` main" | sudo tee -a /etc/apt/sources.list.d/brave-`lsb_release -sc`.list sudo apt update
Once you run the last command list above, you should see brave-apt xenial as shown in the screen capture below
And now for the installation of the Brave Browser
Leave a Reply