Description of the issue: I can not install Brave in Debian 10!
How can this issue be reproduced?
1.sudo apt install apt-transport-https curl
2.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.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
4.sudo apt update
5.sudo apt install brave-browser
What I get as output from the above is:
:~$ sudo apt install brave-browser
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package brave-browser
**Expected result:**An icon should populate on which I could click to start Brave!
Brave Version( check About Brave
): I am trying to install the stable build, but I also tried to install the beta and nightly builds and get the same result.
Additional Information: I see that user Ionlinux tried the same and got the same results on 9 May this year and the issue was never resolved! I tried what he did; the output of cat /etc/apt/sources.list.d/brave-browser-release.list is:
deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main