Having a problem with RPM... # rpm -qa |grep mozilla mozilla-0.9.1-ximian.4 nautilus-mozilla-1.0.3-ximian.3 mozilla-0.9.1-ximian.4 # rpm -e mozilla-0.9.1 error: "mozilla-0.9.1" specifies multiple packages # rpm -e mozilla-0.9.1-ximian.4 error: "mozilla-0.9.1-ximian.4" specifies multiple packages Any ideas on how I can actually remove those two identical packages that somehow got installed? (mozilla does not in fact work correctly) Thanks, -Marc
Try maybe using --force? On Sat, 30 Jun 2001, Marc Hughes wrote:
Having a problem with RPM...
# rpm -qa |grep mozilla mozilla-0.9.1-ximian.4 nautilus-mozilla-1.0.3-ximian.3 mozilla-0.9.1-ximian.4
# rpm -e mozilla-0.9.1 error: "mozilla-0.9.1" specifies multiple packages
# rpm -e mozilla-0.9.1-ximian.4 error: "mozilla-0.9.1-ximian.4" specifies multiple packages
Any ideas on how I can actually remove those two identical packages that somehow got installed? (mozilla does not in fact work correctly)
Thanks, -Marc _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
On Sat, 30 Jun 2001, Marc Hughes wrote: mhughe> Any ideas on how I can actually remove those two identical mhughe> packages that somehow got installed? (mozilla does not in mhughe> fact work correctly) rpm -e --allmatches mozilla
participants (3)
-
Charles R. Anderson
-
Marc Hughes
-
Scott Venier