Page 1 of 4 123 ... LastLast
Results 1 to 10 of 40

Thread: Firefox Upgrade Problem

  1. #1
    Join Date
    Feb 2005
    Location
    Chesterfield, MI
    Beans
    213
    Distro
    Ubuntu

    Firefox Upgrade Problem

    Firefox 1.0.7 was just released into backports. When I try to upgrade to it thru synaptic I get these errors...


    ---------------------------------
    E: /var/cache/apt/archives/mozilla-firefox_1.0.7-0ubuntu0.1_i386.deb: trying to overwrite `/var/lib/mozilla-firefox/extensions.d/00classic', which is also in package firefox
    E: /var/cache/apt/archives/mozilla-firefox-gnome-support_1.0.7-0ubuntu0.1_i386.deb: trying to overwrite `/usr/lib/mozilla-firefox/components/libmozgnome.so', which is also in package firefox-gnome-support
    ---------------------------------

    ...Anybody else getting these errors? It broke firefox, I can not start it at all now. I'm forced to use epiphany for now.

  2. #2
    Join Date
    Mar 2005
    Location
    Sterling, VA
    Beans
    2

    Re: Firefox Upgrade Problem

    Quote Originally Posted by acascianelli
    Firefox 1.0.7 was just released into backports. When I try to upgrade to it thru synaptic I get these errors...


    ---------------------------------
    E: /var/cache/apt/archives/mozilla-firefox_1.0.7-0ubuntu0.1_i386.deb: trying to overwrite `/var/lib/mozilla-firefox/extensions.d/00classic', which is also in package firefox
    E: /var/cache/apt/archives/mozilla-firefox-gnome-support_1.0.7-0ubuntu0.1_i386.deb: trying to overwrite `/usr/lib/mozilla-firefox/components/libmozgnome.so', which is also in package firefox-gnome-support
    ---------------------------------

    ...Anybody else getting these errors? It broke firefox, I can not start it at all now. I'm forced to use epiphany for now.
    I'm having the same problem, and came here to see if anyone had a fix. Being as I have the DOM inspector, I also get a message about that (same thing, trying to overwrite it). Anyone have any suggestions?

  3. #3
    Join Date
    Jul 2005
    Beans
    122

    Re: Firefox Upgrade Problem

    Yep, i had the same problem just now. Its really stupid that they changed their package name from 'firefox' and 'firefox-gnome-support' to 'mozilla-firefox' and 'mozilla-firefox-gnome-support'. I have no idea as to why they did this, but the update manager is telling you that you are trying to overwrite something in one package onto another which has the same files, and they just need to be updated. The update manager isn't smart enough to tell that they are both the same packages. Why they change the names? Well, its Linux. Its how things are sometimes.

    Anyhow, to fix this mess, you have to remove the packages 'firefox' and 'firefox-gnome-support' first before installing the the update. Don't expect that to go so easily if you already tried to update, since it messes up apt, and you will get errors. Took me quite a while, and at the end i had to do this:

    Code:
    $ cd /var/cache/apt/archives
    $ sudo dpkg -i --force-overwrite mozilla-firefox_1.0.7-0ubuntu0.1_i386.deb
    $ sudo dpkg -i --force-overwrite mozilla-firefox-gnome-support_1.0.7-0ubuntu0.1_i386.deb
    $ sudo apt-get remove --purge firefox firefox-gnome-support
    Extremely dumb on the package maintainers part to change the names of the packages all of a sudden.
    Last edited by sk545; September 23rd, 2005 at 04:03 PM.

  4. #4
    Join Date
    Mar 2005
    Location
    Sterling, VA
    Beans
    2

    Re: Firefox Upgrade Problem

    Just tried it, it works. I'm working through the DOM inspector problem now. Like I said, I got this error message:

    E: /var/cache/apt/archives/mozilla-firefox-dom-inspector_1.0.7-0ubuntu0.1_i386.deb: trying to overwrite `/usr/lib/mozilla-firefox/extensions/{641d8d09-7dda-4850-8228-ac0ab65e2ac9}/components/libinspector.so', which is also in package firefox-dom-inspector
    I tried the commands you provided, replacing the package names (.debs) with the one the DOM inspector used. And then I just ran the purge using the old names. Worked like a charm, I'm now up-to-date.

    Thanks again!

  5. #5
    Join Date
    Feb 2005
    Location
    Chesterfield, MI
    Beans
    213
    Distro
    Ubuntu

    Re: Firefox Upgrade Problem

    Worked here too...But now Epiphany is broken But it's ok cause I got Firefox working again.

  6. #6
    Join Date
    Apr 2005
    Location
    portland, oregon
    Beans
    7

    Re: Firefox Upgrade Problem

    Alright, well, I ran the commands issued above and now Firefox in apt-get and symantic say it is up-to-date but I can't get it to work. I can't install the dom-inspector stuff because it says it has unmet dependencies...any suggestions?

    Thanks.

    Carl

  7. #7
    Join Date
    Sep 2005
    Beans
    1

    Re: Firefox Upgrade Problem

    I did something which worked. Here's what I did.
    Code:
     
    sudo apt-get update
    sudo dpkg -r --force-all firefox
    sudo dpkg -r --force-all firefox-gnome-support
    sudo apt-get upgrade
    and, if asked
    sudo apt-get -f install

  8. #8
    Join Date
    Sep 2005
    Beans
    29
    Distro
    Ubuntu Breezy 5.10

    Re: Firefox Upgrade Problem

    Quote Originally Posted by NabsS
    I did something which worked. Here's what I did.
    Code:
     
    sudo apt-get update
    sudo dpkg -r --force-all firefox
    sudo dpkg -r --force-all firefox-gnome-support
    sudo apt-get upgrade
    and, if asked
    sudo apt-get -f install
    good post... I tested in on my of my vmware sessions and it works....

  9. #9
    Join Date
    May 2005
    Beans
    42

    Re: Firefox Upgrade Problem

    Quote Originally Posted by xavierh
    good post... I tested in on my of my vmware sessions and it works....
    Worked for me on a "real" install...

  10. #10
    Join Date
    Jun 2005
    Location
    or.us
    Beans
    27
    Distro
    Ubuntu 6.10 Edgy

    Re: Firefox Upgrade Problem

    I had to kill the firefox-bin process for it to work.

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •