On 10/09/05, Khanh Tran <[EMAIL PROTECTED]> wrote: > > > > > ________________________________ > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Marty Ravell > Sent: Saturday, September 10, 2005 8:06 AM > To: 'Discussion about mythtv' > Subject: RE: [mythtv-users] Weird stuff > > > > > > The strange thing is that when I do the following commend: > > > > $ rpm –qa lirc* > > > > > > > > You'll want to try rpm -qa | grep lirc
As Khanh states above, you'll need to grep the output because the '-qa' option will list all installed packages. Using 'rpm -q lirc' will just let you know if the package called 'lirc' is installed (no wildcards). Nick
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
