Brave browser
- Captain Brillo
- Posts: 106
- Joined: Sun Jan 06, 2019 11:29 pm
Brave browser
To avoid breaking my system with the wrong choice, can someone tell me which Brave browser install scenario to use? I understand MX is a Debian derivative - but Braves options are:
Ubuntu 16.04+ and Mint 18+
Mint 17
and then others....
So which is appropriate?
(Yes, I know... be daring-and-unafraid and pick one. Sorry, I've seen things...things you don't want to know about...cue "Twilight Zone" theme)
Ubuntu 16.04+ and Mint 18+
Mint 17
and then others....
So which is appropriate?
(Yes, I know... be daring-and-unafraid and pick one. Sorry, I've seen things...things you don't want to know about...cue "Twilight Zone" theme)
GAFA-free zone
Re: Brave browser
Looks like this is the one:Captain Brillo wrote: Thu Jan 31, 2019 7:10 pm To avoid breaking my system with the wrong choice, can someone tell me which Brave browser install scenario to use? I understand MX is a Debian derivative - but Braves options are:
Ubuntu 16.04+ and Mint 18+
Mint 17
and then others....
So which is appropriate?
(Yes, I know... be daring-and-unafraid and pick one. Sorry, I've seen things...things you don't want to know about...cue "Twilight Zone" theme)
Mint 17
Code: Select all
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/ trusty main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-trusty.list
sudo apt update
sudo apt install brave-browser brave-keyring
Without each other's help there ain't no hope for us 

- Captain Brillo
- Posts: 106
- Joined: Sun Jan 06, 2019 11:29 pm
Re: Brave browser
Replace trusty with stretchMoltke wrote: Thu Jan 31, 2019 7:32 pm Looks like this is the one:
Mint 17Code: Select all
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/trusty main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-trusty.list sudo apt update sudo apt install brave-browser brave-keyring
https://github.com/brave/browser-laptop/issues/7508
Code: Select all
echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/stretch main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-stretch.list
- Captain Brillo
- Posts: 106
- Joined: Sun Jan 06, 2019 11:29 pm
Re: Brave browser
Thanks, but neither works here. The first is blocked by sandbox issues, and this one gives this
Too much for me. Try again at a later date.
Code: Select all
sudo apt update
E: Malformed entry 1 in list file /etc/apt/sources.list.d/brave-browser-release-stretch.list (Component)
E: The list of sources could not be read.
GAFA-free zone
Re: Brave browser
"xenial" also works, instead of "trusty". Ubuntu 16.04 versus 14.04. It doesn't look they have any Debian code names in there.
Re: Brave browser
I appologize, I have an error in my string above. Below are the correct ones.
Next you will have an issue with the sandbox and namespaces. To fix this so that you don't have to run it without sandboxing, you need to enable userns kernel option. Below will temporarily enable it
To permanently enable you would
https://github.com/brave/browser-laptop/issues/6902

Hope this helps and have fun.
Code: Select all
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/ stretch main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-stretch.list
sudo apt update
sudo apt install brave-browser brave-keyring
Code: Select all
echo 1 > /proc/sys/kernel/unprivileged_userns_clone
Code: Select all
echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/00-local-userns.conf
service procps restart

Hope this helps and have fun.

- Captain Brillo
- Posts: 106
- Joined: Sun Jan 06, 2019 11:29 pm
Re: Brave browser
Nope.
Crashed my system. Every which way.
Will be leaving Brave alone for a while.
Crashed my system. Every which way.
Will be leaving Brave alone for a while.
GAFA-free zone
Re: Brave browser
On my computer with MX 18.1 x64 it works perfect. To install the stable version of Brave in MX, the following commands must be executed from the terminal in the following order:
That way when there is an update, it warns you through the MX Updater icon.
NOTE: Do not forget to install the liquorix kernel first from the Test Repository.
Code: Select all
$ 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 -
Code: Select all
$ source /etc/os-release
Code: Select all
$ echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stretch main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-${Continunn}.list
Code: Select all
$ sudo apt update
Code: Select all
$ sudo apt install brave-keyring brave-browser
NOTE: Do not forget to install the liquorix kernel first from the Test Repository.
No todos ignoramos las mismas cosas. 

Re: Brave browser
Followed exactly your instructions and Brave works perfectly on my MX18.1 x64.
Thanks a lot
Thanks a lot