RE: [newbie] Console RPM database tool

2002-11-22 Thread Franki
rpm -qa |more

or

rpm -qa |grep packagename
to see if a package is installed.

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Anders Lind
Sent: Thursday, 21 November 2002 6:42 PM
To: [EMAIL PROTECTED]
Subject: [newbie] Console RPM database tool


Hello friends,

does anybody know if there is a RPM database tool that can be used in
console, I can't find any switch to the rpm-command so I can see what apps
are installed.

/Anders




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Console RPM database tool

2002-11-22 Thread Miark
Even better:

  rpm -qa | grep -i packagename

because many packages use capital letters. There 
are about 113 of them on my system.

Miark



On Fri, 22 Nov 2002 15:41:13 +0800
Franki [EMAIL PROTECTED] wrote:

 rpm -qa |more
 
 or
 
 rpm -qa |grep packagename
 to see if a package is installed.
 
 rgds
 
 Frank
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Anders Lind
 Sent: Thursday, 21 November 2002 6:42 PM
 To: [EMAIL PROTECTED]
 Subject: [newbie] Console RPM database tool
 
 
 Hello friends,
 
 does anybody know if there is a RPM database tool that can be used in
 console, I can't find any switch to the rpm-command so I can see what apps
 are installed.
 
 /Anders
 
 
 
 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Console RPM database tool

2002-11-21 Thread Anders Lind
Hello friends,

does anybody know if there is a RPM database tool that can be used in console, I can't 
find any switch to the rpm-command so I can see what apps are installed. 

/Anders


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Console RPM database tool

2002-11-21 Thread Brian Parish
On Thu, 2002-11-21 at 21:41, Anders Lind wrote:
 Hello friends,
 
 does anybody know if there is a RPM database tool that can be used in console, I 
can't find any switch to the rpm-command so I can see what apps are installed. 
 
 /Anders
 
To see every rpm that's installed:

rpm -qa

To limit the list:

rpm -qa | grep xyz

where xyz is part of a rpm file name.

HTH
Brian




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com