10 Dec
2022
10 Dec
'22
01:13
On Fri, 9 Dec 2022 04:38:09 +0000 (UTC), Robert Webb <webbdg@verizon.net> wrote:
It might be worth it to check that zypper thinks everything is in order according to the repo setup as it is now.
'zypper --non-interactive verify -D > zypper-verify.log 2>&1'
If the above command shows that zypper wanted to change anything, try it also with the '--solver-focus Installed' option to see the minimum changes needed to make the system consistent with the repos: 'zypper --non-interactive verify -D --solver-focus Installed > zypper-verify-focus_installed.log 2>&1' -- Robert Webb