Kali Linux Install Brave browser: Difference between revisions
From WikiMLT
Line 16: | Line 16: | ||
== Settings == | == Settings == | ||
* Clear host cache via: <code> | * If you are using your local DNS service as [https://pi-hole.net/ Pihole], you may need to disable the option <code>Use secure DNS</code> within the Settings. | ||
* Clear host cache via: <code>brave://net-internals/#dns</code> | |||
== References == | == References == |
Revision as of 19:26, 22 August 2022
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
within the Settings.
- Clear host cache via:
brave://net-internals/#dns
References
Brave: Installing Brave on Linux > Release Channel Installation > Debian, Ubuntu, Mint