Don't use Brave...
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
If you really need Brave, install the Flatpak. Not official, but neither it is the one from the package manager.
I'd also recommend to just install Ungoogled Chromium instead of Brave and be done with it.
And how did you install brave?
As instructed in their webpage. Using the .deb file
What .deb file? Their page says to add a repo and use apt:
sudo apt install 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] 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
My friend, when you install something using the apt package manager you are using a .deb file. It's something getting downloaded in the background from a server (debian.org or the brave one in this case) without you realising it. Make sense?
My brother in Christ, installing a .deb is downloading the .deb directly, as you would when downloading discord from discord.com, and you use dpkg to install it (apt uses dpkg to install the deb file).
You saying “the deb file” is not the same as “using the official repo”, as dependencies might not have been installed by only using the .deb file.
Make sense?
"apt uses dpkg to install the deb file" Apt is a frontend for dpkg which needs a .deb file to install stuff. Apt searches for deb files in repos listed in sources.list, downloads them and then uses dpkg for installation.
yes, but you missed an essential step of the process: apt handles dependencies for you. maybe not in this case, but installing .debs directly requires installing dependencies manually and it's not uncommon for people to forget about this and then saying that the program does not work.
installing from an apt repo is always better as long as the repo is trusted (and it should be if you're installing .debs from it anyway) because it handles dependencies and updates automatically. If you just install the .deb, you'll have to repeat the process per each update.
To the folks who posted useless comments instead of actually helping: Thanks for nothing.
I don't know what you expected. There's no need to be rude. Installing a Flatpak for example is a very valid answer and would definitely solve the problem.
And initially you didn't even say how did you install brave, which is quite relevant in order to find a solution.
Edit: You put the error in a screenshot which leaves it rather useless for searching the error in the web. In general, I'd say that you have very little error solving skills and instead of thanking for "nothing" you should be thankful that people even bothered to answer.
"Installing a Flatpak for example is a very valid answer and would definitely solve the problem" That wasn't a useless comment. Although it would not have helped, it was still in the right direction. Useless comments are those claiming that I should stop using brave and just stick to firefox.
"You put the error in a screenshot which leaves it rather useless for searching the error in the web" I put the screenshot so that nothing is missed and I have seen this previously.
"In general, I’d say that you have very little error solving skills" I would say that you have very weak probabilty and statistics skill, if you can generalise the entire sample space with just a singleton event.
"and instead of thanking for “nothing” you should be thankful that people even bothered to answer." Again, not directed to people who gave technical help or asked questions but only to those suggesting I just stick to FF or give up Brave.