On 9/15/05, Puneet Lakhina puneet.lakhina@gmail.com wrote:
IS there a command that i can use that can recursively check for all
dependencies a particular piece of software requires
Assuming you are using Fedora/Redhat you can use apt4rpm or yum to resolve such dependencies and generally handle your package management.
Or if you so wish write a simple script that would do the checking using the --requires and such switches of rpm.
regards, C