Re: yum and wildcard problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Tue, Apr 17, 2007 at 11:04:57AM -0500, Brian Barnes wrote:
> I am having trouble using wildcards ("*") with yum in Centos 5.  Listing

You're probably having problems with shell expansions.

> [root@granta ~]# yum list kern*
> yum: No match.

This is the shell saying that; it's trying to expand kern* and failing.
Whenever you use * or ? on command lines you should quote them.  So
  yum list 'kern*'
OR
  yum list kern\*
to stop the shell from changing your input.

-- 

rgds
Stephen
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux