Bug 22665 - rpm -q reporting problem
Summary: rpm -q reporting problem
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: 7.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-12-21 14:19 UTC by rwmcgwier
Modified: 2007-04-18 16:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-12-21 14:19:53 UTC
Embargoed:


Attachments (Terms of Use)

Description rwmcgwier 2000-12-21 14:19:51 UTC
I just installed gcc rpm's on my alpha and my intel boxes.

rpm -q gcc*.rpm  says that none of the gcc rpm's are installed.
rpm -Uvh gcc*.rpm says that the rpm's are already installed.

I attempted

rpm --rebuilddb

but this did not fix the problem.

Both of these are rpm version 4.0 and RH 7.0

Comment 1 Jeff Johnson 2000-12-21 14:25:21 UTC
You meant to do
	rpm -q gcc
or
	rpm -qa | grep gcc
not
	rpm -q gcc*.rpm


Note You need to log in before you can comment on or make changes to this bug.