I solved this on my machine going into chrome config data and deleting a file called "Local State". Did this on a Linux box and it solved my problem. On Linux this file lives at: /home/(User name)/.config/google-chrome/I think on windows this is C:\Users(User name)\AppData\Local\Google\Chrome\User Data\ (at least on my Windows 7 box it is).
How to Fix Broken Extensions in Google Chrome 72
Download Zip: https://ssurll.com/2vD3Gd
Install Google Chrome in another way ... I recommend to enable the EPEL and RPM Fusion repositories beforehand.Create a new file in /etc/yum.repos.d - sudo vi /etc/yum.repos.d/google-chrome.repo and add these lines :
A less drastic solution is to use the rpm --nofiledigest option just for Chrome. Start by making a list of the prerequisite packages that dnf wants to install for google-chrome-stable and do a separate dnf install for them, but without google-chrome-stable. Then do this:
[root@localhost ]# sudo yum install google-chrome-stableUpdating Subscription Management repositories.Unable to read consumer identityThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.Last metadata expiration check: 0:00:13 ago on Wednesday 06 May 2020 06:22:08 AM EDT.Error: Problem: conflicting requests - nothing provides liberation-fonts needed by google-chrome-stable-81.0.4044.138-1.x86_64 - nothing provides libXss.so.1()(64bit) needed by google-chrome-stable-81.0.4044.138-1.x86_64 - nothing provides libappindicator3.so.1()(64bit) needed by google-chrome-stable-81.0.4044.138-1.x86_64 - nothing provides libvulkan.so.1()(64bit) needed by google-chrome-stable-81.0.4044.138-1.x86_64(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)how to solve this error
Updating Subscription Management repositories.Unable to read consumer identityThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.Last metadata expiration check: 0:00:16 ago on Sunday 15 May 2022 08:36:56 AM EDT.Error: Problem: conflicting requests - nothing provides liberation-fonts needed by google-chrome-stable-101.0.4951.64-1.x86_64 - nothing provides libvulkan.so.1()(64bit) needed by google-chrome-stable-101.0.4951.64-1.x86_64(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2ff7e9595c
Comments