LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-02-2021, 01:12 AM   #1
OldyMan
LQ Newbie
 
Registered: Oct 2021
Posts: 1

Rep: Reputation: Disabled
No Googlechrome update


Hello everybody,
OS Linux Mint Cinnamon 20.2 / 64bit. When I perform system update / upgrade, the same operations are not done for Google-Chrome. It is required to be installed again. This symptom appeared recently. Does anyone know why ??? I also did it through terminal.

Last edited by OldyMan; 10-04-2021 at 12:54 AM.
 
Old 10-02-2021, 01:05 PM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi OldyMan - Welcome to LinuxQuestions.

To begin, I have 2 questions for you which may help us advise :
  • Which version of Linux are you using, Mint ? You mention Cinnamon, but this is simply a desktop environment (GUI).

  • Could you provide the message that you are getting mentioning that Chrome is not being updated ?

Thanks,

Rick
 
Old 10-02-2021, 02:22 PM   #3
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Rick's questions will determine if you installed the google chrome deb or rpm.
Whatever you tried in terminal tho, please share if you want help.

If you install the deb, it will add google's repositories to your sources

Code:
$ cat /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
Then it will update along with everything else when you apt update/upgrade.
Code:
$ apt policy google-chrome-stable
google-chrome-stable:
  Installed: 94.0.4606.71-1
  Candidate: 94.0.4606.71-1
  Version table:
 *** 94.0.4606.71-1 500
        500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
        100 /var/lib/dpkg/status

Last edited by enigma9o7; 10-02-2021 at 02:24 PM.
 
1 members found this post helpful.
Old 10-02-2021, 03:33 PM   #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
Don't use Chrome. On Linux, use Chromium. It's in your repositories.
 
Old 10-02-2021, 03:51 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:
Originally Posted by ondoho View Post
Don't use Chrome. On Linux, use Chromium. It's in your repositories.
Of couse, this is valid in some cases. But for some, it may possibly be not the best solution. I personally use firefox as primary browser. I never ever accept those DRM approval stuff in it. I keep Firefox clean.

I have Google chrome installed for when I need that kinda stuff, or to cast YouTube to my TV, or need a second browser for whatever reason (verify a website issue is due to bad website not browser issue, etc). It has all that DRM stuff built in. Chromium does not.

Sure, I could use chromium just for casting YouTube and as secondary browser, but the other prop stuff wont work. But, I use Firefox mainly; I use chrome when I need weird proprietary stuff, so don' t need a third browser just for casting YouTube.

I don't watch Netflix direct on PC, but if I wanted to, I would use Google Chrome, cuz otherwise I'd have to allow DRM in Firefox.

So, there are valid reasons for installing chrome but not chromium.

And in fact, those that want to sync between mobile and desktop, need to use either Firefox on both, chromium on both, or chrome on both. cant sync chrome to chromium anymore (thanks to google being meanies).

(my distro comes with chromium as default browser; i remove it)

Last edited by enigma9o7; 10-02-2021 at 04:06 PM.
 
Old 10-02-2021, 04:08 PM   #6
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
Quote:
Originally Posted by enigma9o7 View Post
Of couse, this is valid in some cases. But for some, it's not.

I personally use firefox as primary browser. I never ever accept those DRM approval stuff in it. I keep Firefox clean.

I have google chrome installed for when I need that kinda stuff, or to cast youtube to my tv, or need a second browser for whatever normal reason (verify a website issue is due to bad website not browser issue, etc). It has all that DRM stuff built in. Chromium does not.

I don't watch netflix direct on PC, but if I wanted to, I would use google chrome, cuz otherwise I'd have to allow DRM in firefox.

Sure, I could use chromium just for casting youtube and as secondary browser, but the other prop stuff wont work. But, I use firefox mainly; I use chrome when I need weird proprietary stuff, so don' t need a third browser just for casting youtube.

So, there are valid reasons for installing chrome but not chromium.

And in fact, those that want to sync between mobile and desktop, need to use either firefox on both, chromium on both, or chrome on both. cant sync chrome to chromium anymore (thanks to google being meanies).

(my distro comes with chromium as default browser; i remove it)
Sad. Sounds like you hit one bump and just rolled over.
Fact remains, in 99% of all cases (including Netflix, Banking, etc.) Chromium or Firefox is just as good as Chrome, and since it's in the repositories, you don't get the problems OP describes.
If they have a valid reason why they need Chrome over Chromium, I'm listening.
 
Old 10-02-2021, 04:13 PM   #7
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Quote:
Originally Posted by ondoho View Post
If they have a valid reason why they need Chrome over Chromium, I'm listening.
I mentioned a couple, but the big one is syncing to android chrome. Netflix and anything that requires DRM is the other.

And as I said, if user (like me) primary browser is Firefox and doesnt want to add DRM to firefox, then chrome is good browser for DRM requiring stuff cuz its built in. I run into sites that require DRM regularlary, at least once a month, especially since my kids are in school and they come home with URLs recommended by teacher, etc...

For the whole last school year their school was in google meets. Under chromium it only half worked and lotsa issues, it only took me a couple days of messing with stuff before I switched to chrome, where it "just works".

(Well, until they needed to change their background for the class photo....)

Last edited by enigma9o7; 10-02-2021 at 04:17 PM.
 
Old 10-04-2021, 12:26 AM   #8
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
Quote:
Originally Posted by enigma9o7 View Post
I mentioned a couple
I said "they", meaning OP, not you.

If Chromium is in the repos anyhow, OP won't have to jump through hoops to update it, or get bitten by Google's disregard for their distro's package management.

And that was what OP's question was about.

Whereas you take the chance to rant for Chrome, for personal reasons. Because we don't know OP's reasons, and you seem to have two very particular personal reasons for recommending it.
But since OP seems to have abandoned this thread, I will indulge you:
Quote:
the big one is syncing to android chrome.
That may be a valid concern, but one can always install another browser on an Android device.
Also, thanks to Google for doing that - and your reaction is to now recommend closed-source Google products even more? SMH.

Quote:
if user (...) doesnt want to add DRM to firefox, then chrome is good browser for DRM requiring stuff cuz its built in.
In FF, this is a question of checking a button.

Once again I'm baffled how people proudly use an open-source operating system, but then turn around and happily drink Alphabet Corp's closed-source kool-aid at the drop of a pin.

Not only that, but they go round recommending it to everyone, which results in newbies being ignorant of the existence of Chromium, thinking it's "Firefox or Chrome", and relying on familiar Windows-style installation procedure, instead of relying on one of the greatest features of Linux distributions.
 
Old 10-04-2021, 09:30 AM   #9
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
The OP asked specifically about Google-Chrome. Not chromium. Completely unrelated and out of nowwhere you posted "dont install chrome, install chromium". I could post "dont install chrome, install firefox" or "don't install chrome, install brave" etc but that doesn't help the OP resolve their issue of google chrome not updating, which it should just fine on distros that use APT; I've personally never tried the rpm but I assume they figured that out too, but OP hasn't confirmed which one they installed from.

In other words, if the user followed your advice, they'd just have another browser installed as well (that's probably useless to them if they also have google chrome or any decent browser installed). But they'd still have the original problem, which so far is unexplained.

If they had posted chromium was not updating, there would be different questions to ask, and many distros (besides ubuntu) have that in repositories already. And some distros that do have it, like for example debian stable, don't update very often, for example currently version 90 in bullseye. Ubuntu no longer packages in current but bionic is still at 93. Mint and bodhi do have 94 FYI. Some people might care about having "latest" version all the time. But all this is completely off topic, it's about a different browser than OP asked about. You're the one that turned it into chrome vs chromium. I gave a couple reasons why people might want chrome over chromium cuz you seem confused, another one is voice search, but I personally can't think of any reason to use chromium myself. But you can, that's fine for you. But irrelevant to this topic, I'm sure there are already plenty of threads were people ask which browser to use, I saw a recent one titled "is firefox the best for linux" or something dumb like that, maybe you should go there and try to convince them that somehow chromium is better than firefox since you're such a fan.

Last edited by enigma9o7; 10-04-2021 at 10:16 AM.
 
  


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
Help! LinuxMint: GoogleChrome: HTTPS: Self-signed certificates haertig Linux - Software 9 03-15-2017 01:54 AM
Yum Update complains of missing file to do update, but file exists! davidas Linux - Newbie 0 03-28-2004 11:14 AM
KDE update and RH 9.0 Kernel update massacre Linux - Newbie 1 02-02-2004 06:13 PM
GENTOO.. "etc-update" versus Manual update opinions.. l0f33t Linux - Distributions 2 09-17-2003 04:16 AM
Slackware Security Update: GDM security update phoeniXflame Slackware 2 08-26-2003 04:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:42 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