Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: my firefox 3.5 keeps going back to 3.0

  1. #1
    Join Date
    May 2008
    Beans
    643

    my firefox 3.5 keeps going back to 3.0

    it keeps reverting back to 3.0 why and how can i stop it thank you

  2. #2
    Join Date
    Apr 2008
    Beans
    451
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: my firefox 3.5 keeps going back to 3.0

    I don't think it reverts, you might need to change the link /usr/bin/firefox to /usr/bin/firefox-3.5 - it points to firefox 3 if you don't change it:

    Code:
    sudo rm -vi /usr/bin/firefox
    sudo ln -s /usr/bin/firefox-3.5 /usr/bin/firefox
    Last edited by Lampi; August 15th, 2009 at 02:13 PM.

  3. #3
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: my firefox 3.5 keeps going back to 3.0

    How are you launching it?

  4. #4
    Join Date
    May 2008
    Beans
    643

    Re: my firefox 3.5 keeps going back to 3.0

    I don't think it reverts, you might need to change the link /usr/bin/firefox to /usr/bin/firefox-3.5 - it points to firefox 3 if you don't change it.
    --------------------------------------------------------------------------
    errrr how do i change it??????
    thank you

  5. #5
    Join Date
    May 2008
    Beans
    643

    Re: my firefox 3.5 keeps going back to 3.0

    does it matter where 3.5 is located
    will that still work???

  6. #6
    Join Date
    May 2008
    Beans
    643

    Re: my firefox 3.5 keeps going back to 3.0

    can do i get 3.5 to start from my desttop????
    i down loaded the file to my home file

    thank you

  7. #7
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: my firefox 3.5 keeps going back to 3.0

    Quote Originally Posted by blake7 View Post
    can do i get 3.5 to start from my desttop????
    i down loaded the file to my home file

    thank you
    There's no need to do that; Firefox 3.5 is in the repositories. On Linux we use the software repositories wherever possible, rather than downloading programs off websites.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  8. #8
    Join Date
    Feb 2007
    Beans
    4

    Re: my firefox 3.5 keeps going back to 3.0

    You can install Firefox 3.5 from the command line (sudo apt-get install firefox-3.5) or from Synaptic. Just know that Firefox 3.0 can be removed, but considering it was added to the repos after Jaunty's launch, plugins such as sun-java6-plugin or gecko-mediaplayer can't be installed without dragging back Firefox 3.0. No problem really, just know that firefox (firefox-3.0) and firefox-3.5 will both exist in /usr/bin/. That being said, you'll need to launch Firefox 3.5 with the command Firefox-3.5. You can either make a custom launcher for the menu, use alt-f2, and so forth, but know that firefox will launch 3.0.

    Someone else recommended deleting (or you could backup and rename) /usr/bin/firefox and then making a link named firefox that points to firefox-3.5, but each time a new Firefox 3.0 upgrade occurs, it will either overwrite your link. That's what I did, just be aware of the fact that it overwrites. I installed wajig and placed a hold on firefox so it won't upgrade, that way my link won't be overwritten. That's an idea to consider -- sudo apt-get install wajig && sudo wajig hold firefox-3.0.

  9. #9
    Join Date
    May 2008
    Beans
    643

    Re: my firefox 3.5 keeps going back to 3.0

    what the hell is it so complex

  10. #10
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: my firefox 3.5 keeps going back to 3.0

    Quote Originally Posted by blake7 View Post
    what the hell is it so complex
    It isn't.

    Code:
    sudo apt-get install firefox-3.5
    Piece of ****.

    You're making it far harder for yourself than you have to by insisting on installing things the Windows way.
    None but ourselves can free our minds

Page 1 of 3 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
  •