> I had a couple of questions - > 1. I want to install package Y using RPM. Package Y depends on Package > Z which depends on Package A and so on. Is there a way to automate > this process? Can I download all the required RPM's for package Y with > some utlity?
use apt. # apt-get install * -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
