rpm option to install regardless of "conflicts" is….' 

Newsgroups: linux.redhat.rpm,alt.os.linux.mandrake,comp.os.linux.misc Date: Mon, 27 Jan 2003 23:33:22 GMT

> > --force and --nodeps rpm options.
>
> The --nodeps by itself should work.  What exact error message are you
> getting?

My error is:

error: failed dependencies:
         TiMidity++ conflicts with kdemultimedia-3.0.5a-1.1mdk

My command line was:

rpm --nodeps --force -vv -U TiMidity++-2.11.3-1mdk_1kc.i586.rpm

I found what works is:

rpm -vv -U --force --nodeps TiMidity++-2.11.3-1mdk.i586.rpm

So the command line options —force and —nodeps are order dependent. I guess that might make sense if one could turn force/deps on and off between package names listed on the command line. But, I don't know of any ways to do that.

Kevin

rpm option to install regardless of "conflicts" is….' 

I always use

rpm -options packagename.rpm --nodeps

which works too.

/g