James Ray
James Ray
Whoops, I realised I used `wget -O brave.deb https://laptop-updates.brave.com/latest/dev/debian64`, rather than `wget -O brave.deb https://laptop-updates.brave.com/latest/dev/ubuntu64`! I couldn't remove the package in GDebi; the program crashed. So I had to log...
I removed the package again with `sudo dpkg -r brave`. Then ran `snap install brave --beta`, which installed 0.19.66. Before that, running `snap install brave` and `snap install brave --stable`...
OK I'll try 'snap install brave --release' after uninstalling Brave tomorrow.
`snap install brave --release` returned ``error: unknown flag `release'``.
Yeah I just read that, I think that looks like a good option.
Also logging in as root with `su -` and entering the root password, then running `apt-get update && apt-get upgrade -y` didn't update anything.
Yes I tried following those steps as described above. `snap install brave` didn't work. `snap install brave --beta` installed 0.19.66, but there was no Brave icon in the sidebar, so...
OK, I've done that. I'll just remove Brave then reinstall.
OK so I ran those two lines. The last command returned: ``` tee: /etc/apt/sources.list.d/brave-artful.list: No such file or directory deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt artful main ```
Yeah @posix4e I guessed that was the case. I'll try Zesty. I'm not exactly sure how to run the command. I tried: `echo "deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt `zesty` main | sudo...