Errors with apt-get update on ubuntu 14.04

Description of the issue:

When I attempt to update with sudo apt-get update, I get these errors:

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://brave-browser-apt-release.s3.brave.com trusty InRelease: The following signatures were invalid…

W: Failed to fetch https://brave-browser-apt-release.s3.brave.com/dists/trusty/InRelease

W: Some index files failed to download. They have been ignored, or old ones used instead.

Operating System and Brave Version:
Ubuntu 14.04
Brave Version 0.64.77 Chromium: 74.0.3729.169 (Official Build) (64-bit)

Try This -

sudo apt install apt-transport-https

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/ trusty main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-trusty.list

sudo apt update

sudo apt install brave-browser

Source - Support.Brave.com

1 Like

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