LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-15-2022, 07:15 PM   #1
009jim
Member
 
Registered: Jun 2014
Posts: 56

Rep: Reputation: Disabled
Google Chrome keeps giving a message about an update


hi Folks, I run Zorin 15.2 Ultimate OS and Google Chrome keeps giving a message about needing to update. I've been to the software updater and there is no update. I have auto updates turned on. Any clues?
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2022-03-16 13-58-43.png
Views:	5
Size:	23.1 KB
ID:	38607  

Last edited by 009jim; 03-15-2022 at 11:03 PM.
 
Old 03-15-2022, 10:43 PM   #2
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
What is the output of

Code:
apt policy google-chrome-stable
If setup right and current version installed it should look something like:

Code:
$ apt policy google-chrome-stable
google-chrome-stable:
  Installed: 99.0.4844.74-1
  Candidate: 99.0.4844.74-1
  Version table:
 *** 99.0.4844.74-1 500
        500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
        100 /var/lib/dpkg/status
 
1 members found this post helpful.
Old 03-15-2022, 10:51 PM   #3
009jim
Member
 
Registered: Jun 2014
Posts: 56

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
What is the output of

Code:
apt policy google-chrome-stable
If setup right and current version installed it should look something like:

Code:
$ apt policy google-chrome-stable
google-chrome-stable:
  Installed: 99.0.4844.74-1
  Candidate: 99.0.4844.74-1
  Version table:
 *** 99.0.4844.74-1 500
        500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
        100 /var/lib/dpkg/status

dude@dude-Latitude-E6400:~$ apt policy google-chrome-stable
google-chrome-stable:
Installed: 96.0.4664.93-1
Candidate: 96.0.4664.110-1
Version table:
96.0.4664.110-1 500
500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
*** 96.0.4664.93-1 100
100 /var/lib/dpkg/status
 
Old 03-16-2022, 12:30 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Interesting. And now
Code:
sudo apt update
Please use CODE tags for code (see my signature).
 
Old 03-16-2022, 01:14 PM   #5
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Quote:
Code:
dude@dude-Latitude-E6400:~$ apt policy google-chrome-stable
google-chrome-stable:
Installed: 96.0.4664.93-1
Candidate: 96.0.4664.110-1
Version table:
96.0.4664.110-1 500
500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
*** 96.0.4664.93-1 100
100 /var/lib/dpkg/status
That reveals you are setup with google's repository, and APT thinks there's a newer version there than you have installed, but even that version isn't the latest. So after you update your package database as ondoho suggested, apt policy should report the version 99 like mine available. Then, you should be able to upgrade to it.

After sudo apt update as suggested above, also run and share output from
Code:
sudo apt upgrade
 
Old 03-17-2022, 11:24 PM   #6
009jim
Member
 
Registered: Jun 2014
Posts: 56

Original Poster
Rep: Reputation: Disabled
Fetched 18.1 MB in 14s (1,294 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
110 packages can be upgraded. Run 'apt list --upgradable' to see them.
dude@dude-Latitude-E6400:~$ sudo apt upgrade
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
dude@dude-Latitude-E6400:~$


I ran "apt list" and there appears to be a heck of a lot of upgrades required.

Can somebody advise me please how to configure "you must manually run 'sudo dpkg --configure -a' to correct the problem." EDITED:- I figured this out, just needed to use the command as stated.

PROBLEM SOLVED - thanks everybody for the assistance. :-)
Attached Thumbnails
Click image for larger version

Name:	image_2022-03-18_143055.png
Views:	8
Size:	11.2 KB
ID:	38621  

Last edited by 009jim; 03-18-2022 at 12:55 AM.
 
Old 03-20-2022, 03:56 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ This is a bit confusing, but it contains the actual solution. Well done.
Please mark your thread SOLVED (see my signature). Others will benefit.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Google Chrome Java Plugin keeps out of Date Raffael XV Linux - Software 7 09-18-2012 08:10 AM
LXer: Google Chrome Keeps on Growing, Firefox Might Lose #2 Spot Very Soon LXer Syndicated Linux News 3 06-09-2011 08:45 AM
Google Chrome New Tab Page (!)= Chrome OS Desktop Kenny_Strawn Linux - General 6 02-19-2011 05:36 PM
LXer: As Goes Chrome OS, So Goes Google's Chrome Browser LXer Syndicated Linux News 4 10-09-2010 03:18 PM
hplip 1.7.3 install keeps giving error message - unable to connect to hpoid? jerrynewt Linux - Laptop and Netbook 1 04-07-2007 11:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration