Page 1 of 1

[SOLVED]Google chrome will not update

PostPosted: Jul 28th, '24, 20:32
by banjo
Since google-chrome-stable-127.0.6533.72-1.x86_64 was released it will not update due to errors involving missing curl libraries.

Code: Select all
# urpmi --auto-update
medium "Core Release" is up-to-date
medium "Core Updates" is up-to-date
medium "Nonfree Release" is up-to-date
medium "Nonfree Updates" is up-to-date
medium "Tainted Release" is up-to-date
medium "Tainted Updates" is up-to-date
medium "google-chrome" is up-to-date
A requested package cannot be installed:
google-chrome-stable-127.0.6533.72-1.x86_64 (due to unsatisfied (libcurl.so()(64bit) or libcurl-gnutls.so.4()(64bit) or libcurl-nss.so.4()(64bit) or libcurl.so.4()(64bit)))
Continue installation anyway? (Y/n)
While some packages may have been installed, there were failures.
A requested package cannot be installed:
google-chrome-stable-127.0.6533.72-1.x86_64 (due to unsatisfied (libcurl.so()(64bit) or libcurl-gnutls.so.4()(64bit) or libcurl-nss.so.4()(64bit) or libcurl.so.4()(64bit)))
Continue installation anyway?


The curl libraries that are installed are:

Code: Select all
$ rpm -aq | grep curl
python3-curl-7.44.1-3.mga9
lib64curl4-7.88.1-4.3.mga9
curl-7.88.1-4.3.mga9
lib64curl-devel-7.88.1-4.3.mga9


Anybody else seeing this? Is there a fix?

Banjo
(_)=='=~

Re: Google chrome will not update

PostPosted: Jul 29th, '24, 08:33
by sturmvogel

Re: Google chrome will not update

PostPosted: Jul 29th, '24, 11:26
by morgano

Re: Google chrome will not update

PostPosted: Jul 29th, '24, 16:53
by doktor5000
FWIW, update via dnf works just fine, and it also doesn't complain about the GPG key unlike urpmi.

Re: Google chrome will not update

PostPosted: Jul 29th, '24, 20:25
by banjo
Thanks. I installed using

Code: Select all
# urpmi google-chrome-stable --allow-nodeps


That seems to have worked.

Marking this SOLVED