Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2021-01-11 02:13:16
Size: 1297
Editor: PaulWise
Comment: use linking
Revision 6 as of 2021-06-19 02:00:12
Size: 763
Editor: PaulWise
Comment: formatting
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
=== Stable version via apt === Install instructions for [[https://brave.com/linux/#release-channel-installation|release builds]], [[https://brave.com/linux/#beta-channel-installation|beta builds]] and for [[https://brave.com/linux/#nightly-channel-installation|nightly builds]] are available.
Line 11: Line 11:
In order to install on Debian one must install the following packages from the official repository, by executing these commands: {{{
sudo apt install apt-transport-https curl gnupg
}}}
Then add the brave repo and install from it using the following commands: {{{
== See also ==
Line 16: Line 13:
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -

echo "deb [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
}}}
=== Installing the beta and nightly versions (development versions) via apt ===
Install instructions for beta builds can found here: https://brave.com/linux/#beta-channel-installation and those for nightly builds here: https://brave.com/linux/#nightly-channel-installation
 * RFP: DebianBug:864795
 * [[http://ebin.city/%7Ewerwolf/posts/brave-is-shit/|Brave, the false sensation of privacy]]

Brave is a free Browser (license) based on Chromium, and includes an ad blocker and anti tracking measures by default.

Brave isn't supported by Debian, and requires trusting third party repositories to install.

Install Instructions

Install instructions for release builds, beta builds and for nightly builds are available.

See also