Chrome says I should update but apt-get says I have the latest version
Chrome says I should update but apt-get says I have the latest version. When I run "sudo apt-get --only-upgrade install google-chrome-stable" I get "google-chrome-stable is already the newest version (90.0.4430.93-1)." I am running Ubuntu 20.04. How can I stop the Google nag screen to update?
Solution 1:
I'm on Ubuntu 20.04 as well and apt show google-chrome-stable
didn't find anything. That probably means that you installed Chrome from a third party apt repository which contains an outdated version of Chrome, or manually from a .deb file.
If you don't mind snaps you can install the latest, stable Chromium (92.0.4515.107) with sudo snap install chromium
.