me at tdiehl.org
2021-Oct-22 19:25 UTC
[CentOS] FYI, Chrome no longer supported on Centos7.
Hi,
FYI, it looks like Google has decided to drop support for Chrome on Centos 7.
(tigger pts9) # yum install google-chrome-stable
Loaded plugins: changelog, fastestmirror, langpacks, nvidia, priorities
Loading mirror speeds from cached hostfile
* elrepo: mirror.pit.teraswitch.com
10 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:95.0.4638.54-1 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.18)(64bit) for package:
google-chrome-stable-95.0.4638.54-1.x86_64
--> Finished Dependency Resolution
Error: Package: google-chrome-stable-95.0.4638.54-1.x86_64 (google-chrome)
Requires: libc.so.6(GLIBC_2.18)(64bit)
You could try using --skip-broken to work around the problem
(tigger pts9) #
Anyone know where to get previous rpm versions of chrome?
Regards,
--
Tom me at tdiehl.org
On Fri Oct 22 01:25:33 PM, me at tdiehl.org wrote:> Hi, > > FYI, it looks like Google has decided to drop support for Chrome on Centos 7. > > (tigger pts9) # yum install google-chrome-stable > Loaded plugins: changelog, fastestmirror, langpacks, nvidia, priorities > Loading mirror speeds from cached hostfile > * elrepo: mirror.pit.teraswitch.com > 10 packages excluded due to repository priority protections > Resolving Dependencies > --> Running transaction check > ---> Package google-chrome-stable.x86_64 0:95.0.4638.54-1 will be installed > --> Processing Dependency: libc.so.6(GLIBC_2.18)(64bit) for package: google-chrome-stable-95.0.4638.54-1.x86_64 > --> Finished Dependency Resolution > Error: Package: google-chrome-stable-95.0.4638.54-1.x86_64 (google-chrome) > Requires: libc.so.6(GLIBC_2.18)(64bit) > You could try using --skip-broken to work around the problem > (tigger pts9) #Looks like they are working on it: https://bugs.chromium.org/p/chromium/issues/detail?id=1261617 Cheers, Zube
> Date: Friday, October 22, 2021 15:25:33 -0400 > From: me at tdiehl.org > > Hi, > > FYI, it looks like Google has decided to drop support for Chrome on > Centos 7. > > (tigger pts9) # yum install google-chrome-stable > Loaded plugins: changelog, fastestmirror, langpacks, nvidia, > priorities > Loading mirror speeds from cached hostfile > * elrepo: mirror.pit.teraswitch.com > 10 packages excluded due to repository priority protections > Resolving Dependencies > --> Running transaction check > ---> Package google-chrome-stable.x86_64 0:95.0.4638.54-1 will be > installed > --> Processing Dependency: libc.so.6(GLIBC_2.18)(64bit) for > package: google-chrome-stable-95.0.4638.54-1.x86_64 > --> Finished Dependency Resolution > Error: Package: google-chrome-stable-95.0.4638.54-1.x86_64 > (google-chrome) > Requires: libc.so.6(GLIBC_2.18)(64bit) > You could try using --skip-broken to work around the problem > (tigger pts9) # >The chrome beta and stable releases: google-chrome-beta.x86_64 96.0.4664.35-1 google-chrome-stable.x86_64 95.0.4638.69-1 from the google repository now install and run on centos-7 without the glibc 2.18 dependency issue showing up. I can't speak for the versions in elrepo.