![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 El 2022-12-08 a las 21:05 +0100, Carlos E. R. escribió:
On 2022-12-08 19:59, Stakanov wrote:
In data giovedì 8 dicembre 2022 01:19:43 CET, Carlos E. R. ha scritto:
On 2022-12-08 00:22, Stakanov wrote:
...
Ok, so now we have to examine the update problem directly. What command is he using?
I think he is doing "zypper in libKF5ContactEditor.so.5". Change that to:
LC_ALL=en_US.UTF-8 zypper in libKF5ContactEditor.so.5
which will make the output be in English. Then he can select the whole text and paste it into webpage <https://susepaste.org/>
There is some command that can be used to find out if there are packages that do not belong to 15.3. rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \ %{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE}\t%{arch} \ %25{VENDOR}%25{PACKAGER} == %{DISTRIBUTION} %{DISTTAG}\n" \ | sort | cut --fields="2-" | tee rpmlist \ | egrep -v "openSUSE Leap 15\.3|openSUSE_Leap_15.3|\-lp153|SUSE Linux Enterprise 15" | less -S You can copy paste the command as is, several lines. Notice that the "\" at the end of each line means that the command contiues in the next line. You can also paste it as a single long line removing the "\": rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} %{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE}\t%{arch} %25{VENDOR}%25{PACKAGER} == %{DISTRIBUTION} %{DISTTAG}\n" | sort | cut --fields="2-" | tee rpmlist | egrep -v "openSUSE Leap 15\.3|openSUSE_Leap_15.3|\-lp153|SUSE Linux Enterprise 15" | less -S Some of the rpms will be correct, but perhaps some of them are not. The command generates a file, "rpmlist", that you can email me off list. Then I analyze it and tell you if I see wrong rpm (if they leap to the eye). There is this other command that Robert Webb suggested: zypper --non-interactive verify -D > zypper-verify.log 2>&1 - -- Cheers, Carlos E. R. (from openSUSE 15.4 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCY5NAcxwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfV6PYAnicZSMD5jwk0na/9W7bC Wd9zq5dgAJwJVxLjlniyenhlex/6hRMSwgxjUw== =3SmX -----END PGP SIGNATURE-----