Results 1 to 10 of 1109

Thread: HowTo Install the Latest Firefox in Ubuntu (Ultimate HowTo)

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Beans
    489

    How To: Install Firefox 1.1 Alpha 1

    This install should not harm your existing Firefox installation. This basically walks you through the official Firefox installer and is mainly for the benefit of people who are worried that it might harm their system or that they might do it incorrectly and overwrite their existing Firefox version.

    Let's roll...

    Backup your firefox profile, just in case the new version corrupts it (nothing bad happened to my profile).
    Code:
    $ cd ~/.mozilla
    $ tar -cMf firefox.tar firefox/
    Now install Firefox 1.1 Alpha 1.
    Code:
    $cd ~
    $ wget ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/deerpark/alpha1/linux-i686/en-US/deerpark-alpha1.installer.tar.gz
    $ tar -zxf deerpark-alpha1.installer.tar.gz
    $ sudo firefox-installer/firefox-installer
    Installer wizard (custom install):

    1. Click Forward
    2. Click Accept
    3. Select Custom for install type
    4. Click Forward
    5. Click "Yes" to create the directory
    6. Select any components you want to install.
    7. Click Forward.
    8. Click Install.

    Run Firefox 1.1
    Code:
    $ /usr/local/firefox/firefox
    Use the above executable when making a shortcut. Do *not* use the firefox-bin executable.

  2. #2
    Join Date
    May 2005
    Location
    Potsdam, NY
    Beans
    1,310
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How To: Install Firefox 1.1 Alpha 1

    Works perfectly! I heart much
    ArchLinux 0.8.0
    Associate Member of the Free Software Foundation

  3. #3
    Join Date
    Apr 2005
    Location
    seoul, korea
    Beans
    130
    Distro
    Ubuntu Breezy 5.10

    Re: How To: Install Firefox 1.1 Alpha 1

    i will try it thx guy

  4. #4
    Join Date
    Mar 2005
    Location
    Kuala Lumpur, Malaysia
    Beans
    54

    Re: How To: Install Firefox 1.1 Alpha 1

    great tip! tried it but somehow the plugins are not in there.. any shortcuts on how i can get the working plugins in my old firefox to work with the new firefox 1.01 ?

  5. #5
    Join Date
    Nov 2004
    Beans
    489

    Re: How To: Install Firefox 1.1 Alpha 1

    Quote Originally Posted by vassalle
    great tip! tried it but somehow the plugins are not in there.. any shortcuts on how i can get the working plugins in my old firefox to work with the new firefox 1.01 ?
    Plugins or extensions?

    Plugins like Flash Player are in ~/.mozilla/plugins and should be shared. I'm not sure about Java or mplayer... I haven't checked those yet.

    Some of your extensions will be disabled until you update them. TabBrowser prefs and all-in-one gestures were disabled for me until I clicked the update icon in the corner of the browser window. Greasemonkey is still disabled until they release an update.

  6. #6
    Join Date
    Dec 2004
    Location
    Mexicali,Mexico,Earth,Sec
    Beans
    44
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How To: Install Firefox 1.1 Alpha 1

    i have made this (instaled it in /opt/deerpark) rember its a alpha and should be installed for Testing Propouses Only you should make it clear for newbie users
    Kernel Panic! - no sig found!

  7. #7
    Join Date
    Apr 2005
    Beans
    94

    Re: How To: Install Firefox 1.1 Alpha 1

    how do I remove it so i can use the regular version?

  8. #8
    Join Date
    Nov 2004
    Beans
    489

    Re: How To: Install Firefox 1.1 Alpha 1

    Quote Originally Posted by JimmyJazz
    how do I remove it so i can use the regular version?
    You need to update your shortcuts so intead of pointing to '/usr/local/firefox/firefox' they just point to 'firefox'.

    You can also remove the /usr/local/firefox directory if you want to reclaim the disk space.

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
  •