On Mon, 2023-02-20 at 17:11 +0100, Rainer Klier wrote:
i tried zypper up --dry-run yast*
result was "No update candidate. The highest available version is already installed" for all the yast packages
'yast2-sound' providing 'yast*' is already installed. Package 'yast2-sound' is not available in your repositories. Cannot reinstall, upgrade, or downgrade. Resolving package dependencies...
so, for me it seems, that i already have all yast packages updated.
or zypper trips over a case of a package that does not exist (as said, zypper dup would have cleaned that up) and does not continue the check. To get your TW install somewhat in line, try at least: zypper dup -r repo-oss (repo-oss being the alias defined on your TW main repo) -r will instruct zypper to only take the TW repo into account and ignore all the rest. Some stuff might end up not updatable as 3rd party repos might block stuff. The more repos, the more likely. You can also use 'zypper lu -a' to see what zypper believes might be updatable generally and work from that list and do the work manually. Good luck