[Mono-list] rpm install

Mark Gimelfarb mark@dawebber.com
Mon, 19 Jul 2004 21:13:53 -0500


You most likely need to satisfy the dependency by installing the appropriate 
package. Even though --nodeps will get your software installed, you might no be 
able to run the software successfully.

Tip: look at the URPMI docs for answers; it usually does a decent job of 
resolving dependencies and pulling down the correct versions of software needed.

What's the dependency at hand that's not letting you perform the install?

Regards,
        Mark.


Quoting Matt Raffel <matt.raffel@mindspring.com>:

> On Monday 19 July 2004 20:09, Daniel Carrera wrote:
>  > On Mon, Jul 19, 2004 at 07:47:45PM -0400, Matt Raffel wrote:
>  > > don't know what order to install them in.  So I was thinking of
> running
>  > > rpm install like this:
>  > >
>  > > rpm --install * --force
>  >
>  > I generally avoid using a --force flag.  I would recommend that you
> type:
>  >
>  > rpm --install *
> 
>  Unfortunately that doesnt seem to work.  I get a dependancy error.
> 
>  What if I used
>  rpm --install * --nodeps
> 
>  Thnx
>  Matt
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>