[CentOS] yum search priority protections

Tue Oct 14 00:26:25 UTC 2008
Akemi Yagi <amyagi at gmail.com>

On Mon, Oct 13, 2008 at 5:21 PM, Stephen Harris <lists at 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