[opensuse-factory] found not found
Can someone explain the following zypper behavior? # zypper se -s basis | (grep xfce) Loading repository data... Reading installed packages... S | Name | Type | Version | Arch | Repository --+-----------------------------------+---------+------------+------+----------- | patterns-openSUSE-xfce_basis | package | 12.3-7.7.1 | i586 | OSS | xfce_basis | pattern | 12.3-7.7.1 | i586 | OSS # zypper in xfce_basis Loading repository data... Reading installed packages... 'xfce_basis' not found in package names. Trying capabilities. No provider of 'xfce_basis' found. Resolving package dependencies... Nothing to do. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tue, Feb 19, 2013 at 8:16 AM, Felix Miata <mrmazda@earthlink.net> wrote:
Can someone explain the following zypper behavior?
# zypper se -s basis | (grep xfce)
Loading repository data... Reading installed packages...
S | Name | Type | Version | Arch | Repository --+-----------------------------------+---------+------------+------+----------- | patterns-openSUSE-xfce_basis | package | 12.3-7.7.1 | i586 | OSS | xfce_basis | pattern | 12.3-7.7.1 | i586 | OSS
# zypper in xfce_basis
zypper in -t pattern xfce_basis
Loading repository data... Reading installed packages... 'xfce_basis' not found in package names. Trying capabilities. No provider of 'xfce_basis' found. Resolving package dependencies...
Nothing to do. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 2013-02-19 08:47 (GMT+0400) Andrey Borzenkov composed:
Felix Miata wrote:
Can someone explain the following zypper behavior?
# zypper se -s basis | (grep xfce) ... S | Name | Type | Version | Arch | Repository --+-----------------------------------+---------+------------+------+----------- | patterns-openSUSE-xfce_basis | package | 12.3-7.7.1 | i586 | OSS | xfce_basis | pattern | 12.3-7.7.1 | i586 | OSS
# zypper in xfce_basis
zypper in -t pattern xfce_basis
Zypper is obviously smart enough to know it is a pattern. Why is -t pattern necessary to get it to install it? ...
'xfce_basis' not found in package names. Trying capabilities. No provider of 'xfce_basis' found. Resolving package dependencies...
Nothing to do -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 02/19/2013 01:16 AM, Felix Miata wrote:
Can someone explain the following zypper behavior?
# zypper se -s basis | (grep xfce)
Loading repository data... Reading installed packages...
S | Name | Type | Version | Arch | Repository --+-----------------------------------+---------+------------+------+-----------
| patterns-openSUSE-xfce_basis | package | 12.3-7.7.1 | i586 | OSS | xfce_basis | pattern | 12.3-7.7.1 | i586 | OSS
# zypper in xfce_basis Loading repository data... Reading installed packages... 'xfce_basis' not found in package names. Trying capabilities. No provider of 'xfce_basis' found. Resolving package dependencies...
Nothing to do.
Wrong "resolvable" type selected, it defaults to "package" you want "pattern" see also zypper(8) solution provided in Andrey's reply ;-) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Andrey Borzenkov
-
Cristian Rodríguez
-
Felix Miata