Results 1 to 6 of 6

Thread: Upgrading to firefox 3.6 on ubuntu 8.10

  1. #1
    Join Date
    Oct 2008
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Exclamation Upgrading to firefox 3.6 on ubuntu 8.10

    I'm trying to upgrade to firefox on ubuntu 8.10 but I'm having bad luck and my packages keep getting "broken" so I need some help. how do I upgrade to firefox 3.6?
    If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks, killing everyone inside.

  2. #2
    Join Date
    Oct 2008
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Upgrading to firefox 3.6 on ubuntu 8.10

    Quote Originally Posted by ownsuall View Post
    I'm trying to upgrade to firefox on ubuntu 8.10 but I'm having bad luck and my packages keep getting "broken" so I need some help. how do I upgrade to firefox 3.6?
    I installed 3.6 using
    http://sourceforge.net/apps/mediawik...staller_Script
    but I lost all my plug-ins -.-
    If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks, killing everyone inside.

  3. #3
    Join Date
    Jan 2006
    Location
    Philadelphia
    Beans
    4,076
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Upgrading to firefox 3.6 on ubuntu 8.10

    Quote Originally Posted by ownsuall View Post
    I installed 3.6 using
    http://sourceforge.net/apps/mediawik...staller_Script
    but I lost all my plug-ins -.-
    question 1: what specific plugins did you lose? do they show up in aboutlugins?

    question 2: any particular reason you're using the old installer script, instead of the new repository?

  4. #4
    Join Date
    Sep 2008
    Beans
    16
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Upgrading to firefox 3.6 on ubuntu 8.10

    First of all I'm amazed I remembered my login.....

    Second of all, to install ff 3.6 on 8.10:

    sudo apt-get remove firefox ubufox
    sudo apt-get autoremove

    Download firefox from Mozilla. Extract to /opt/mozilla/firefox.
    ln -s /usr/bin/firefox /opt/mozilla/firefox/firefox

    What this does:

    Gets rid of apt installation of firefox
    Install from Mozilla (firefox will autoupdate now as well).
    Links /usr/bin/firefox to /opt/mozilla/firefox/firefox. So, if you run 'firefox' (minus quotes) in a terminal, you will get firefox. You'll need to create your own menu links using this method though.

  5. #5
    Join Date
    Oct 2008
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Upgrading to firefox 3.6 on ubuntu 8.10

    I have firefox 3.6 installed had to use the old installer script the only way i could get it to install. I don't have ANY plugins.
    this is what aboutlugins looks like

    No plugins are installed
    Find more information about browser plugins at mozilla.org.
    Help for installing plugins is available from plugindoc.mozdev.org.
    If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks, killing everyone inside.

  6. #6
    Join Date
    Oct 2008
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Upgrading to firefox 3.6 on ubuntu 8.10

    I got it fixed by running the commands
    ln -s /usr/lib/jvm/ia32-java-6-sun-1.6.0.14/jre/lib/i386/libnpjp2.so /home/owner/.mozilla/plugins/libnpjp2.so

    for java plugin and

    sudo cp libflashplayer.so /home/owner/.mozilla/plugins/
    If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks, killing everyone inside.

Tags for this Thread

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
  •