This is not specifically an OSX question but maybe someone can help. I don't have alot of experience with rpm so I don't really know how to do this (maybe it is simple). I have an rpm, I don't want to install it, I just want know what dependencies it has (i.e. other rpm's).
The best cmd I've come up with is:
rpm -i --test mypackage.rpm
Does this specify all dependencies or only those which fail? On the one linux box I can test on it gives me two failed dependencies. I'd like to know of any "passing" dependencies.
I basically want to include all the rpm's required by mypackage.rpm on one disc for a later install.
The best cmd I've come up with is:
rpm -i --test mypackage.rpm
Does this specify all dependencies or only those which fail? On the one linux box I can test on it gives me two failed dependencies. I'd like to know of any "passing" dependencies.
I basically want to include all the rpm's required by mypackage.rpm on one disc for a later install.