Re: is there a yum command to list available yum plugins?
Ville Skyttä <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 06 October 2010, Robert P. J. Day wrote: > On Wed, 6 Oct 2010, Mihai T. Lazarescu wrote: > > On Wed, Oct 06, 2010 at 08:25:04AM -0400, Robert P. J. Day wrote: > > > is there a single yum invocation that will display all yum plugins > > > > > > available to be installed? > > > > I'd use: > > yum list yum-\* > > and that wouldn't work since there are non-plugin packages that > start with "yum-" (eg., yum-utils, among others). i'm looking for a > command that lists plugins and *only* plugins. yum provides "/usr/lib/yum-plugins/*" repoquery -f "/usr/lib/yum-plugins/*"