Re: Multiple versions

From: Vwakes (vwakeNOSPAM100_at_softhome.net)
Date: 08/05/03


Date: Tue, 5 Aug 2003 13:53:12 -0700

On Tue, 5 Aug 2003 Kevin Jackson wrote:

>While running "apt-get upgrade", I get the following:
>
>W: There are multiple versions of "mozilla-nspr" in your system.
>
>This package won't be cleanly updated, unless you leave only one
>version. To leave multiple versions installed, you may remove that
>warning by setting the following option in your configuration file:
>
>RPM::Allow-Duplicated { "^mozilla-nspr$"; };

Not sure abt the above syntax, maybe you can try this, in apt.conf

 RPM
 {
    Allow-Duplicated { "^mozilla$" ;};
    ....
 }

However, I don't advise this. You can't have duplicate entries I think.
Anyway..

>How do I resolve this error/conflict and run the newest version of
>Mozilla?

1) Remove the older mozilla rpms and then upgrade to newer ones.

2) Don't upgrade mozilla rpms using apt, by holding it something like

           RPM
        {
                    Hold {"mozilla$"; };
                ....
        }

V.