On Mi, 2021-06-16 at 07:19 -0500, Larry Len Rainey wrote:
Every upgrade was done with these 2 scripts as root - many machines are wifi only so it is download and then install softupd_applet is what calls packagekit in Mate desktop and can break an update. llr@LLR1:~> cat /a/u/do153 zypper mr -d 1 3 9 10 pkill softupd_applet zypper -vvv --releasever 15.3 ref zypper -vvv --releasever 15.3 dup --download-only --allow-vendor- change llr@LLR1:~> cat /a/u/pt2 /sbin/init 3 sleep 2 zypper -vvv --releasever 15.3 --no-refresh dup --allow-vendor-change llr@LLR1:~> Only these 3 repos active during the dup 7 | repo-non-oss | openSUSE-Leap-15.3-Non- Oss | Yes | (r ) Yes | Yes 8 | repo-oss | openSUSE-Leap-15.3- Oss | Yes | (r ) Yes | Yes 11 | repo-update | openSUSE-Leap-15.3- Update | Yes | (r ) Yes | Yes
This should be fine for an update to Leap 15.3 GM, but for further updates you'll need repo-sle-update and repo-backports-update, too. Not sure why this failed for you. I've done it on a couple of systems and got the -extra and -optinal packages installed. Are you using "solver.onlyRequires = true", perhaps? If not, you may want to open a bug and provide additional material such as /var/log/zypp/history and the output of your zypper command. Martin