On openSUSE 15.4 I want to ignore the patch patch:openSUSE-SLE-15.4-2022-2969-1.noarch, but in general I want to install all available patches. But what it the correct syntax for this? I tried several variants, but still YaST wants to install patch:openSUSE-SLE-15.4-2022-2969-1.noarch. # zypper help addlock addlock (al) [OPTIONS] <LOCKSPEC>... Add a package lock. LOCKSPEC is formed by '[KIND:]NAME[ OP EDITION]', where NAME may also be a glob pattern using * and ? wildcard characters. Non-package types may to have their KIND: string prepended (e.g. 'patch:foo') or use the commands --type option. The basic form will lock all editions of the matching items. You can optionally restrict the lock to match a specific edition or edition range using =, <, <=, >, >= or != followed an EDITION. Command options: -t, --type <TYPE> Type of package (package, patch, pattern, product). -r, --repo <ALIAS|#|URI> Restrict the lock to the specified repository. -m, --comment <STRING> Reason for specific lock. Default: comments string # zypper addlock -t patch openSUSE-SLE-15.4-2022-2969-1.noarch Specified lock has been successfully added. # zypper addlock -t patch openSUSE-SLE-15.4-2022-2969-1 Specified lock has been successfully added. # zypper addlock -t patch openSUSE-SLE-15.4-2022-2969-1\* Specified lock has been successfully added. # zypper addlock -t patch patch:openSUSE-SLE-15.4-2022-2969-1.noarch # zypper addlock -t patch patch:openSUSE-SLE-15.4-2022-2969-1 # zypper addlock -t patch patch:openSUSE-SLE-15.4-2022-2969-1\* # zypper patch --with-optional Loading repository data... Reading installed packages... Resolving package dependencies... Problem: the to be installed patch:openSUSE-SLE-15.4-2022-2969-1.noarch conflicts with 'libswscale5_9.x86_64 < 4.4-150400.3.2.1' provided by the installed libswscale5_9-4.4-pm154.2.7.x86_64 Solution 1: Following actions will be done: install libswscale5_9-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libswscale5_9-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libswresample3_9-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libswresample3_9-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libpostproc55_9-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libpostproc55_9-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libavutil56_70-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libavutil56_70-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libavresample4_0-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libavresample4_0-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libavformat58_76-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libavformat58_76-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libavfilter7_110-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libavfilter7_110-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libavdevice58_13-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libavdevice58_13-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install libavcodec58_134-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing libavcodec58_134-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install ffmpeg-4-libswscale-devel-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing ffmpeg-4-libswscale-devel-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install ffmpeg-4-libswresample-devel-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing ffmpeg-4-libswresample-devel-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install ffmpeg-4-libavutil-devel-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing ffmpeg-4-libavutil-devel-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install ffmpeg-4-libavresample-devel-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing ffmpeg-4-libavresample-devel-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de install ffmpeg-4-4.4-150400.3.2.1.x86_64 from vendor SUSE LLC <https://www.suse.com/> replacing ffmpeg-4-4.4-pm154.2.7.x86_64 from vendor http://packman.links2linux.de Solution 2: do not install patch:openSUSE-SLE-15.4-2022-2969-1.noarch Choose from above solutions by number or cancel [1/2/c/d/?] (c): Greetings, Björn