Kali Linux Install Brave browser
From WikiMLT
Installation
Kali Linux is a Debian based distribution, so we can install the Brave browser in the same way as it is described in the Brave's official documentation. In the following steps we will add the release channel repository of Brave and then install it,
sudo apt update && 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
Settings
- If you are using your local DNS service as Pihole, you may need to disable the option
Use secure DNS
withinbrave://settings/
.
- Clear host cache via:
brave://net-internals/#dns
References
Brave: Installing Brave on Linux > Release Channel Installation > Debian, Ubuntu, Mint