Kali Linux Install Brave browser

From WikiMLT
Revision as of 20:24, 22 August 2022 by Spas (talk | contribs) (→‎Settings)

In­stal­la­tion

Kali Lin­ux is a De­bian based dis­tri­b­u­tion, so we can in­stall the Brave brows­er in the same way as it is de­scribed in the Brave's of­fi­cial doc­u­men­ta­tion. In the fol­low­ing steps we will add the re­lease chan­nel repos­i­to­ry of Brave and then in­stall 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

Set­tings

  • Clear host cache via: [./Brave://net-internals/#dns brave://net-internals/#dns]

Ref­er­ences

Brave: In­stalling Brave on Lin­ux > Re­lease Chan­nel In­stal­la­tion > De­bian, Ubun­tu, Mint