How To Install BRAVE BROWSER On Kali Linux
This browser installation is not hard. Please follow the video by copying and pasting the code on your terminal window of Kali Linux. This includes the update. Enjoy!
Debian 9+, Ubuntu 16.04+ and Mint 18+
If you get gnutls_handshake()
errors after adding the Brave repository on Debian 9, you may need to uninstall old conflicting packages.
sudo apt install apt-transport-https 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 arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser
Source: https://brave.com/linux/#linux