Kali Linux Install Brave browser: Difference between revisions
From WikiMLT
Line 26: | Line 26: | ||
| image = Brave-browser-show-in-folder-option.webp | | image = Brave-browser-show-in-folder-option.webp | ||
| m = | | m = | ||
| s = . | | s = .85 | ||
| t = 16 | | t = 16 | ||
| side = 16 | | side = 16 |
Revision as of 09:51, 20 September 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
withinbrave://settings/
.
- Clear host cache via:
brave://net-internals/#dns
Fix "Show in folder" option
Out of the box the Option Show in folder –
I've spent few hours to find the righ
References
- Brave: Installing Brave on Linux > Release Channel Installation > Debian, Ubuntu, Mint
- Decrease SSD/NVMe permanent usage: Tmpfs Tools Profile Sync Daemon (PSD)