Results 1 to 6 of 6

Thread: How to upgrade Firefox 4 manually in Debian?

  1. #1
    Join Date
    Jun 2011
    Posts
    10

    How to upgrade Firefox 4 manually in Debian?

    I am using Linux Mint Debian Edition in my system. I was using the older version of the firefox in my desktop. I have seen that there is a latest version of the Firefox available in the market, I want to get the new version. The issue I am seeing is that it probably will not show up in the package manger from a long time. So I thought of manually installing it. So I have downloaded the file and untared the zip file. So I manually copy the files over my old firefox directory, but that dint work. But only the older version of firefox is getting loaded. I really don’t know how to link it. Can anyone help me?

  2. #2
    Join Date
    Nov 2009
    Posts
    1,191

    Re: How to upgrade Firefox 4 manually in Debian?

    The simple way to get is, go to the system and then to the administration and the click on the Update Manager. You can see that there is an Other Updates option you can see in the Update Manager. In Other updates there will be an updates available for mozilla. Checks mark all the options for the mozilla and click on check. After that it will prompt you to enter the password to get it authenticate. After you click on the Authenticate, then you firefox will download the updates. After the updates are downloaded, you can run your firefox. There might be some updates that are not compatible with your add-ons. After the compatible updates are downloaded click on the Finish button. After that, restart your firefox.

  3. #3
    Join Date
    Nov 2009
    Posts
    1,118

    Re: How to upgrade Firefox 4 manually in Debian?

    If you want to install the Mozilla 4 on your Debian, then here are the few simple steps to follow:
    1. You need to enter the following entries in the /etc/apt/sources.list. For new file add in /etc/apt/sources.list.d/:
    Code:
    deb http://mozilla.debian.net/ squeeze-backports iceweasel
    2. You need to run updates:

    Code:
    apt-get update
    3. After you get the updates install it:

    Code:
    apt-get install-t squeeze-backports iceweasel
    After you get it installed, now you can run it.

  4. #4
    Join Date
    Nov 2009
    Posts
    1,340

    Re: How to upgrade Firefox 4 manually in Debian?

    Mozilla Firefox was rebranded by the Debian Linux and was named Iceweasel for Mozilla Firefox. It is the same as the Mozilla Firefox program. You can install it using the aptitude command or by the apt-get line option.
    You need to get the following line added in the /etc/apt/sources.list
    1. Just enter the code:
    Code:
    # echo 'deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0’
    2. To get it install type the following command:
    Code:
    # apt-get install -t squeeze-backports iceweasel
    3. After you get it installed, enter the line to start it:
    Code:
    $ /usr/bin/firefox
    4. Or you can also run it by:
    Code:
    $ /usr/bin/iceweasel

  5. #5
    Join Date
    Nov 2009
    Posts
    877

    Re: How to upgrade Firefox 4 manually in Debian?

    Here are the few simple steps which will help you to download, install and then create the shortcut for the Mozilla Firefox:
    For installing, type the following command:
    Code:
    # wget http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/firefox/releases/4.0.1/linux-i686/en-US/firefox-4.0.1.tar.bz2
    Once you get it downloaded, you need to install it.
    For installation type the following line:
    Code:
    # tar -xjf firefox-4.0.1.tar.bz2 -C /opt/
    For creating the shortcut, type the following line:
    1. Select the Add to panel option by right-clicking on the gnome panel
    2. Select the Custom Application Launcher
    3. Add the required values on the Add Launcher
    Type: Application
    Name: Firefox
    4. And type the following command:
    Code:
    /opt/firefox/firefox
    After that click on OK

  6. #6
    Join Date
    May 2008
    Posts
    685

    Re: How to upgrade Firefox 4 manually in Debian?

    I was having Firefox 3.6 installed in my Debian Squeeze, I was not happy with it. There is a free clone available for the Firefox known as Iceweasel. You can install the iceweasel 4 in your Debian by following the below steps:
    For apt you need to create the .list file:
    Code:
    cat > /etc/apt/sources.list.d/iceweasel.list << "EOF"
    deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0
    EOF
    After that add the gpg file for mozilla.debian.net:
    Code:
    wget -O- -q http://mozilla.debian.net/archive.asc | gpg --import
    After that allow the key:
    Code:
    gpg --export -a 06C4AE2A | sudo apt-key add -
    After you get the key, update your system:

    Code:
    apt-get update && apt-get dist-upgrade -y && apt-get install iceweasel -y

Similar Threads

  1. How to upgrade from FireFox 3.6.15 to FireFox4.0?
    By Kakashi Hatake in forum Technology & Internet
    Replies: 5
    Last Post: 24-03-2011, 10:29 AM
  2. Upgrade Windows XP SP2 to SP3 Manually for GTA IV
    By L 4 Life in forum Operating Systems
    Replies: 5
    Last Post: 26-02-2011, 09:06 AM
  3. How to install flash plugin manually in Mozilla Firefox on Vista?
    By Corwinn in forum Technology & Internet
    Replies: 5
    Last Post: 28-12-2009, 10:19 PM
  4. How to Upgrade Firefox
    By giorgos in forum Technology & Internet
    Replies: 3
    Last Post: 28-07-2009, 07:38 PM
  5. Manually Remove Skype Extension from Firefox
    By Laler in forum Windows Software
    Replies: 3
    Last Post: 07-07-2009, 03:56 PM

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
  •  
Page generated in 1,716,701,742.26028 seconds with 17 queries