[opensuse] List packages from specific patch (with zypper)?
Recently I was presented by software update window with new patch that wanted to install new KDE with several GB of size. I do not have KDE installed at all so I canceled it and run "zypper patch". It installed a dozen of packets; but it apparently did also install openSUSE-2013-353 which provides new KDE. How can I list packages included in specific patch (or, better - packages on system install by specific patch)? I'm just curious what *was* installed from this big KDE patch here? It is 12.3 if it matters. TIA -andrey -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Fri, Apr 26, 2013 at 07:57:04AM +0400, Andrey Borzenkov wrote:
Recently I was presented by software update window with new patch that wanted to install new KDE with several GB of size. I do not have KDE installed at all so I canceled it and run "zypper patch". It installed a dozen of packets; but it apparently did also install openSUSE-2013-353 which provides new KDE.
How can I list packages included in specific patch (or, better - packages on system install by specific patch)? I'm just curious what *was* installed from this big KDE patch here?
It is 12.3 if it matters. TIA
Such a "patch" will not install new packages by default, it will however upgrade packages that are listed in it. zypper lp ... find the patchname ... zypper info -t patch <patchname> will show the packages that might be updated. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
[Sorry if you get it twice, hit wrong button the first time] В Fri, 26 Apr 2013 07:25:10 +0200 Marcus Meissner <meissner@suse.de> пишет:
zypper info -t patch <patchname>
will show the packages that might be updated.
No. It lists packages that patch conflicts with. It does not list packages that patch contains (at least, using these exact arguments). -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Andrey Borzenkov
-
Marcus Meissner