brave / browser-laptop

[DEPRECATED] Please see https://github.com/brave/brave-browser for the current version of Brave

Home Page:https://www.brave.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant install Brave browser on ElementaryOS Juno

PiotrKieltyka opened this issue · comments

commented

After following the instruction on the download page I get this errors on ElementaryOS Juno..
403 Forbidden on beta and release repository.

`Err:26 https://brave-browser-apt-beta.s3.brave.com juno InRelease

403 Forbidden [IP: 151.101.114.217 443]
...
E: Failed to fetch https://brave-browser-apt-beta.s3.brave.com/dists/juno/InRelease
403 Forbidden [IP: 151.101.114.217 443]
E: The repository 'https://brave-browser-apt-beta.s3.brave.com juno InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
`

commented

i figured out a solution : )

do
sudo vi /etc/apt/sources.list.d/brave-browser-beta-juno.list
in line:
deb [arch=amd64] https://brave-browser-apt-beta.s3.brave.com/ juno main
change juno to bionic
deb [arch=amd64] https://brave-browser-apt-beta.s3.brave.com/ bionic main
and then
sudo apt update && sudo apt install brave-browser-beta
:-)