How to install patterns in openSUSE and SUSE – TechRepublic
Posted by jpluimers on 2020/04/20
This was much easier than I hoped for: the zypper
verbs search
and install
both support the --type pattern
argument.
After that, the names for them are pattern names instead of the normal package names.
So for instance:
zypper search --type pattern
zypper install -type pattern kde kde_plasmaaa
Sources:
- [WayBack] How to install patterns in openSUSE and SUSE – TechRepublic
- [WayBack] Suse Doc: Administration Guide – Using Zypper – March 14 2013
–jeroen
Leave a Reply