yum: the package manager I love to hate

Michael Semcheski mhsemcheski at gmail.com
Tue Sep 8 20:13:21 UTC 2009


On Tue, Sep 8, 2009 at 4:08 PM, Aaron Konstam <akonstam at sbcglobal.net>wrote:

> try: yum whatprovides */xxd
>

One thing to note with this:  if you have a file that matches */xxd (for
example, if you have /home/mike/bin/xxd and the current directory is
/home/mike) yum (or maybe its bash) will expand the wildcard.

So, assuming you are in /home/mike, and /home/mike/bin/xxd exists, then:
    yum whatprovides */xxd
is the same as:
    yum whatprovides /home/mike/bin/xxd

Yum will come back and say "No matches found."

If you put quotes (single or double) around the '*/xxd', yum will really do
a wildcard search.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090908/9ca10d86/attachment-0001.htm>


More information about the fedora-list mailing list