This has been happening for a good few months, but it's definitely a change in behaviour in the past year. Every time a new version of Chrome comes out, I get a message in Chrome to say the update has failed and I should restart the browser to install the update. Restarting makes no difference, of course.
sudo apt install google-chrome-stable
returns "google-chrome-stable is already the newest version"
apt show google-chrome-stable
shows the same version number as Chrome does, confirming it's the version apt thinks it is.
These all show my installed (and apparently up to date) version as v129.whatever but the current stable release according to Google is v131.whatever. Does it just take ages from Google releasing a new version to it appearing in the repository, or is something broken? If it does just take time, is there a way to disable the message popping up in Chrome all the time to say it's out of date?
It's only a minor annoyance, as I use Opera for most things, but still use Chrome for some websites that "don't support" Opera.
Opera updates just fine, and I noticed today that Chromium updated via Discover, so it does seem to be peculiar to Chrome.
I'm using Kubuntu 24.10, but the behaviour is unchanged from 24.04 at least.
Edit 1: The suggested similar question is one I looked at prior to posting this one. The marked answer to that one says apt show google-chrome-stable
doesn't find any results, suggesting it was not installed from the repository. Mine does show an output with version number and maintainer info, so presumably isn't the same problem.
That said, apt show
does show Apt-Manual-Installed: yes
so could this be the issue? If so, how do I install it properly so the package manager keeps it updated?
Edit 2: Looking at other posts/answers, I've recalled how I have been installing/updating. Each time I get this alert, I go to the Chrome download site, download the latest x64 .deb package and install it with sudo dpkg -i ~/Downloads/google-chrome-stable_current_amd64.deb
This presumably explains the manual install flag from apt show
but I'm led to believe this should also automagically add the Google repository for updates. Is there a way I can check that part has worked?
Edit 3: Output from sudo apt update
seemingly showing no Google repos:
flim@flim:~$ sudo apt update
[sudo] password for flim:
Hit:1 http://gb.archive.ubuntu.com/ubuntu oracular InRelease
Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease
Get:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
Get:4 http://gb.archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
Hit:5 http://gb.archive.ubuntu.com/ubuntu oracular-backports InRelease
Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [62.7 kB]
Get:7 http://gb.archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [62.7 kB]
Get:8 http://gb.archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [28.1 kB]
Hit:9 http://security.ubuntu.com/ubuntu oracular-security InRelease
Fetched 406 kB in 6s (65.9 kB/s)
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
flim@flim:~$