On 19/06/2022 23.34, Marc Chamberlin wrote:
On 6/19/22 12:57, Felix Miata wrote:
Marc Chamberlin composed on 2022-06-19 12:38 (UTC-0700):
...
You should do some repo maintenance. You have a bunch of optional repos. Those pointing to 15.2 should be removed or switched to 15.3. Those you aren't sure you need, disable or remove. I disabled the Bacula 15.2 repo which does not have a 15.3 version available, and a few other not so important repos that I will need eventually.
Once that's done, let's see output of the following command:
zypper se -si | grep 'tem Pac' | grep -v plication OK, here you go, kinda long and wraps every line, sorry!
nova:/home/marc #zypper se -si | grep 'tem Pac' | grep -v plication i+ | awesfx | package | 0.5.2-lp153.117.1 | x86_64 | (System Packages) i+ | bacula-client | package | 11.0.6-lp152.1.1 | x86_64 | (System Packages)
You have many 15.2 packages. You have to list them all and upgrade them all to 15.3. This command will list them all: 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 Also, check your home partition is not full. -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.3 (Legolas))