Install on Linux Desktop not longer possible

When I use the terminal-commands from here: https://brave.com/linux/#release-channel-installation
I first time get now this error-messages:
… Package lists are read… Ready
E: The “https://brave-browser-apt-release.s3.brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion stable release” depot does not contain a release file.
N: Updating from such a depot cannot be done in a safe way, so it is disabled by default.
N: For more details on creating package repositories and their user configuration, see the apt-secure(8) manual page.
~$ sudo apt install brave-browser
Package lists are read… Done
Dependency tree is built.
Status information is read… Done
E: Package brave-browser cannot be found.
~$ sudo apt install brave-browser
Package lists are read… Done
Dependency tree is built.
Status information is read… Done
E: Package brave-browser cannot be found.
Translated with www.DeepL.com/Translator (free version)
How could i fix this?
Thanks for fast help, i need it :slight_smile:

What distribution is this?

Are you behind a Whonix gateway or something? Not sure why you’re hitting the .onion address here.

Linuxmint 20.3 xfce on Laptop

Now i found a solution - if anyone needs, too and for the support-team to fix the problem:

sudo apt install apt-transport-https curl gnupg

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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.