Bug 154337

Summary: yum list does not work correctly
Product: [Fedora] Fedora Reporter: Matthieu Pupat <redhat_bugzilla>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-10 14:56:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthieu Pupat 2005-04-10 09:59:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.6) Gecko/20050226 Firefox/1.0.1

Description of problem:
yum list does not show some packages ...

Version-Release number of selected component (if applicable):
yum-2.0.7-1.1

How reproducible:
Always

Steps to Reproduce:
1. yum list *gtk*

  

Actual Results:  Looking in Available Packages:
Name                                Arch   Version                  Repo
--------------------------------------------------------------------------------

Looking in Installed Packages:
Name                                Arch   Version                  Repo
--------------------------------------------------------------------------------



Expected Results:  Should show all packages containing gtk particularly the ones I installed


Additional info:

If I try:

yum list gtkmm20

I get:

Looking in Available Packages:
Name                                Arch   Version                  Repo
--------------------------------------------------------------------------------

Looking in Installed Packages:
Name                                Arch   Version                  Repo
--------------------------------------------------------------------------------
gtkmm20                             i386   2.2.12-0.fdr.1.2         db

Comment 1 Seth Vidal 2005-04-10 14:56:07 UTC
Try:
yum list \*gtk\*

the shell is expanding the *'s out and finding nothing, hence why you're getting
nothing.

So you have to escpae the *'s