Pretty sure this issue is not addressed for folks like myself who have no command line or scripting skills, but I really like MX Linux since it provides a lot of support for the different kind of installation media that exist. What is needed from you guys is a “How To” on installing Brave in that particular distribution that does not require more tech ability than is usually had by the those folks who are just tired of all the silly bugs in Windows 10
@BillW,
Unfortunately, at his time, the only way to install and update Brave on Linux systems is by command line. However, that doesn’t mean it can’t be an easy process! Let me help you install Brave via terminal in MX Linux step by step – I’ve just done so myself:
We’re going to use the instructions for Debian/Mint 17+ instructions to install on MX Linux as it’s built upon Debian – for convenience, I’ve copied the instructions for easy reference below:
There are five total commands to be entered here and are not as intimidating as they may seem. Note that you may be asked to enter your system password when you run a command that starts with sudo To install on MX Linux:
On your system, open the “start” system menu and search for/open the Terminal Emulator
This command does two things; It downloads a copy of the Brave public key
( curl -s ... ) which is used to sign the packages that we distribute. Then, it adds this signing key to a new keyring ( /etc/apt/trusted.gpg.d/brave-browser-dev.gpg ) that the OS’ package manager can use to ensure that downloaded brave-browser packages come from Brave Software.
Another long command – after enter this command, you should get a similar message to the the one show in the image below on the next line:
As you may have guessed, we’re updating the packages we just downloaded with this command. Your terminal will rattle off a bunch of Get's as shown in the image. When it stops, you should see the following at the end of all those Get's:
That’s it! Once this process completes, you Brave will be installed and you’ll be ready to start browsing! Please let me know if you have any further questions or need additional assistance.
Hi @BillW
the problem seems to be that --keyring is interpreted as a command and not as a command line option. I believe that’s because of how @Mattches formatted the command.
Or copy and paste this instead: 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 -
which should format it right.
OOPs guess I was a little hasty in my assessment of the situation. The Icons are there but they will not start the browser… is there something else I need to do?
@BillW,
Glad you got it working and thank you @leon0402 – definitely was the formatting, that’s my bad.
You should be able to start the browser from the icons – did you pin it to the task bar?
Additionally (since you’re a command line aficionado now ), you can start Brave from the command line by typing the very long command
brave-browser
If it launches from the terminal, you should be able to pin it to the task bar and use that shortcut to open it every time.