On Mon, Jul 19, 2004 at 07:47:45PM -0400, Matt Raffel wrote: > I've downloaded all of the rpms to install mono (on Mandrake 10). I don't > know what order to install them in. So I was thinking of running rpm install > like this: > > rpm --install * --force > > Is this ok? Will I have problems when this is done?
<plug> Well... if you had a Debian-based system you could just do apt-get install mono or you could choose mono from the GUI front-end synaptic and click on "apply". </plug> I generally avoid using a --force flag. I would recommend that you type: rpm --install * AFAIK rpm will figure out the order on its own. Since you have Mandrake, you could try using urpmi, which tries to bring some apt-get-ness into Mandrake. I don't know how to use it though. Cheers, -- Daniel Carrera | No trees were harmed in the generation of this PhD student. | e-mail. A significant number of electrons were, Math Dept. UMD | however, severely inconvenienced. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
