Stuck on version 0.61.52


Stuck on old version on Ubuntu 16.04 LTS
No idea how this issue can be reproduced on other machines

  1. x

Expected result:
Either CL update process, manual opening of the ‘About Brave’ page, or the general update process within Ubuntu should be providing the latest version, but none do/work.

Brave Version( check About Brave):
0.61.52 Chromium: 73.0.3683.86 (Official Build) (64-bit)

Additional Information:
CL process yields the following.

  1. sudo apt update:
    Err:9 https://brave-browser-apt-release.s3.brave.com xenial InRelease
    The following signatures were invalid: KEYEXPIRED 1555193394 KEYEXPIRED 1555193433 KEYEXPIRED 1555193433 KEYEXPIRED 1555193394 KEYEXPIRED 1555193433 KEYEXPIRED 1555193394 KEYEXPIRED 1555193433
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    All packages are up to date.
    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 xenial InRelease: The following signatures were invalid: KEYEXPIRED 1555193394 KEYEXPIRED 1555193433 KEYEXPIRED 1555193433 KEYEXPIRED 1555193394 KEYEXPIRED 1555193433 KEYEXPIRED 1555193394 KEYEXPIRED 1555193433
    W: Failed to fetch https://brave-browser-apt-release.s3.brave.com/dists/xenial/InRelease The following signatures were invalid: KEYEXPIRED 1555193394 KEYEXPIRED 1555193433 KEYEXPIRED 1555193433 KEYEXPIRED 1555193394 KEYEXPIRED 1555193433 KEYEXPIRED 1555193394 KEYEXPIRED 1555193433
    W: Some index files failed to download. They have been ignored, or old ones used instead.

  2. sudo apt install brave-browser
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    brave-browser is already the newest version (0.61.52).
    The following packages were automatically installed and are no longer required:
    chromium-codecs-ffmpeg-extra gcj-5-jre-lib ieee-data libgcj-common libgcj16
    snapd-login-service
    Use ‘sudo apt autoremove’ to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Please advise. Thanks!

@DireCrowd I’m not familiar with Linux, but maybe this one can help Keyring expired

Gawd I love the web sometimes. Thanks for the reply m8!

This is not an immediate answer to my question, which was actually more about ‘why is the Ads section still showing as Coming Soon?’, to which I had already found the answer ‘update your install’. Nevetheless, seems to help, at least a bit, already!

Still gotta do a browser restart soon and check if all is well now, but at least the upgrade is running now. Would be great if this (apparant keyring issue) could be integrated into the main updating process. I did not do anything manually.

To any & all interested: go to Settings, Software & Updates, Authentication tab, and remove the Brave security entry, which is a key that apparantly somehow got outdated, instead of updated.

Ha, yeah. now Ubuntu sysupdate pops up with a keyring and repository files update. Should get it now. If not, I’ll report back. Cheers all! :slight_smile:

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

@eljuno is right, this is a problem with the key for the Ubuntu repository. We recently made key updates automatic so that users don’t run into problems like the one you are running into.

My guess is that you’ve been running Brave for a long time and installed it before we had the automatic key update process in place.

The following should fix it for you:

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 -
apt update
apt install brave-browser

This topic was automatically closed after 30 days. New replies are no longer allowed.