On Thu, 2004-02-12 at 09:16, Brandon Wilson wrote: > There seems to be a problem with the apt client on the Uug group > web-page. I uninstalled mozilla to see if I could get it to upgrade to > the latest version by reinstalling it, but now when I try and reinstall > through the apt client, I get : > error: Failed dependencies: > mozilla-nspr = 1.2.1-26 is needed by mozilla-1.2.1-26 > > Also discovered that when I uninstalled Mozilla, it took open office > with it... > Anybody know anything about this?
You probably need to do apt-get install -f to fix dependency problems and then apt-get install mozilla again. Basically when there are dependency problems with your already installed packages, apt-get will not properly find and install dependent packages. One way around this may be to apt-get install mozilla mozilla-nspr at the same time. Michael > > Thanks > Brandon > > > _______________________________________________ > newbies mailing list > [EMAIL PROTECTED] > http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies -- Michael L Torrie <[EMAIL PROTECTED]> _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
