[Mono-list] rpm install

Mark Gimelfarb mark@dawebber.com
Mon, 19 Jul 2004 19:43:34 -0500


Just feed the list of packages to URPMI, like such: "urpmi *.rpm" or whatever 
is appropriate for your paths to RPMS. Before installing, both URPMI and RPM 
will look at all packages found, in order to calculate the dependencies anyway, 
so order isn't so important. If something is missing, you'll know about it 
right off, that's for sure.

If you are using the MDK mono packages off the MDK club, they <should> have all 
you need. Don't take my word for it though, as I'm always compiling my stuff 
from source.

Regards,
        Mark.

Quoting Daniel Carrera <dcarrera@math.umd.edu>:

> 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  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>