Easy way to not update certain packages like java-openjdk ?

Trying to figure out if there is a way to configure yast to not upgrade certain packages we don’t want to upgrade when applying patches to the system? I know how to do this with yum on redhat, but can’t seem to find something similar.

If it makes a difference, 12 SP5

Thanks,
Matt

@skunkboy Hi, in YaST Software Management, taboo the package with the checkbox on the left, via zypper add a lock zypper al <some_package>.

Ah, cool. Thanks for the information! :slight_smile:

@malcolmlewis Just to confirm that worked perfectly, many thanks!