
Originally Posted by
awerlang
Karl disagreeing with facts, that's a new one.
Code:
$ zypper se yast2_basis
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+---------------------------+---------------------+--------
| patterns-yast-yast2_basis | YaST Base Utilities | package
l | yast2_basis | YaST Base Utilities | pattern
$ zypper pa | grep yast2_basis
| openSUSE-Tumbleweed-Oss | patterns-yast-yast2_basis | 20220411-1.2 | x86_64
| openSUSE-Tumbleweed-Oss | patterns-yast-yast2_basis | 20220411-1.2 | i586
Nope. These are packages, their name starting with string 'pattern':
Code:
erlangen:~ # zypper if patterns-yast-yast2_basis
Loading repository data...
Reading installed packages...
Information for package patterns-yast-yast2_basis:
--------------------------------------------------
Repository : Haupt-Repository (OSS)
Name : patterns-yast-yast2_basis
Version : 20220411-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 57 B
Installed : Yes
Status : up-to-date
Source package : patterns-yast-20220411-1.2.src
Upstream URL : https://github.com/yast/patterns-yast
Summary : YaST Base Utilities
Description :
YaST tools for basic system administration.
erlangen:~ #
More evidence from rpm:
Code:
erlangen:~ # rpm -ql patterns-yast-yast2_basis
/usr/share/doc/packages/patterns
/usr/share/doc/packages/patterns/yast2_basis.txt
erlangen:~ # rpm -ql yast2_basis
package yast2_basis is not installed
erlangen:~ #
Code:
erlangen:~ # cat /usr/share/doc/packages/patterns/yast2_basis.txt
This file marks the pattern yast2_basis to be installed.
erlangen:~ #