Install Brave Browser
Install on Debian, Ubuntu, Mint
Run these commands to install on terminal:
sudo apt install curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
Need to update for the installer to work:
sudo apt update
Now you can install it:
sudo apt install brave-browser
Reference this site:
No Comments