Hi,
I am running CentOS 5.2. My yum search used working, but it did not work for any search now due to following problems. Pleae advise what was wrong with it.
$ yum search *gtk* Loading "priorities" plugin 0 packages excluded due to repository priority protections No Matches found
Thank you.
On Mon, Oct 13, 2008 at 5:21 PM, Stephen Harris lists@spuddy.org wrote:
On Tue, Oct 14, 2008 at 11:17:32AM +1100, hce wrote:
$ yum search *gtk*
Try yum search '*gtk*' or yum search *gtk* to stop possible shell expansion.
Just do:
yum search gtk
Or use list instead:
yum list *gtk*
Akemi