I’m trying to install Brave in my Ubuntu 20.04 LTS, using this link:
However, I’m getting the error:
“gpg: no valid OpenPGP data found.”
when I run the commands:
**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 -**
And, the gpg file shows zero bytes.
-rw-r--r-- 1 root root 0 Jan 4 23:50 brave-browser-release.gpg
And, the link https://brave-browser-apt-release.s3.brave.com/brave-core.asc, seems unavailable.
I get the below error,
# This site can’t be reached
brave-browser-apt-release.s3.brave.com ’s server IP address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN
when I open the above link, separately in a browser.
Any help, please.