Where glibc-common- and compat-libstdc++- are rpm's . And I have for this
application to check 10 more rpm's in the list.
The other complexity is these rpm's have major and minor numbers . So the
rpm's should have minimum major number which would be in the list of rpm's
.Higher than that is ok .
for example :compat-libstdc++-296-2.96-138 is minimum version(major number
) required for the application to run sucessfully .
Any help in the right direction .
**
Thanks,
Shlomi Fish
unread,
Nov 9, 2012, 5:51:06 AM11/9/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to begi...@perl.org
Hi Asad,
One option for you would be to parse the output of rpm -q --queryformat or rpm
-qa --queryformat. For doing this, look at: