Sambit Nanda wrote:
is there any way to find out the RPM name from the
command name, mean if i want to know this command
belongs to which RPM ? can i do that ??
example how i will come to know named belongs to which
RPM ?
whichrpm:
#!/usr/bin/perl -w
foreach $file (@ARGV){
$path =`which
rpm -qf
eg:
rpm -qf /bin/ls
rpm -qf $(which ssh)
etc...
-Steve
-Original Message-
From: Sambit Nanda [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 12:40 PM
To: [EMAIL PROTECTED]
Subject: How to find RPM from command
is there any way to find out the RPM name from the
comman