On Thu, 2003-06-05 at 12:20, Ronaldo Rezende Vilela Luiz wrote:
> How can I obtein the version of the librarys of my RedHat 9?
> How can I view if a rpm file is instaled on my system?
> 
> 

a couple of my favorite rpm tricks:

rpm -qa|grep searchstring
rpm -qa --last

or simply 
rpm -q packagename

like so :

[EMAIL PROTECTED] squid]$ rpm -q glibc
glibc-2.3.2-4.80.6


hth

Bret





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to