parasurv@webspace ~ $

Blog: [Site updates] [Linux] [Free Software] [Culture] [Health] [Watches] Learning: [Emacs Journal] [Linux Wiki] Personal: [Contact] [About me]

Shorts: [Microblog] [Linkblog] Important: [Read] [Watch] [Listen] Other pages: [Old games stuff]

How to install Brave Browser on Elementary OS?

I just love Brave Browser, I recently switched to it and other than one or two minor complaints I really like it. It's fast, responsive and have I like that I don't have to think about adblocks.

Here is how to install it, through terminal, just follow these commands.

Install Brave Browser via PPA

1. Enable PPAs:

$ sudo apt install apt-transport-https curl

2. Download and add the GPG keys:

$ 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 -

3. Add the PPA:

$ source /etc/os-release

Then

$ echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/
$UBUNTU_CODENAME main" | sudo tee
/etc/apt/sources.list.d/brave-browser-release-${UBUNTU_CODENAME}.list

4. Update source list and install:

$ sudo apt update && sudo apt install brave-browser

Hosted on Neocities and created with Emacs, the world best text editor, operating system. This website doesn't track you. I don't use any javascript or other scripts. I don't store any information about the visitors. It's just pure old fashioned HTML. Some parts of the site is not up-to-date design wise. I may or may not update them in the future. I don't really support mobile stuff, but I bet if you disable the little CSS I have, you can read the site perfectly.