Results 1 to 2 of 2

Thread: How to Install Firefox on CentOS 6

  1. #1
    Join Date
    Nov 2009
    Posts
    117

    How to Install Firefox on CentOS 6

    I wanted to install the latest version of Firefox and it promises for the first time, manage memory much better and so do not consume all computer resources within hours of work with this browser. In one of my computers I use GNU / Linux CentOS 6 which is mainly focused on servers and updates directly from Red Hat line. For this reason the software versions are slow to update. Unfortunately the version of Firefox that includes the current version of CentOS is 3.6.9 so you can assume it will take quite reach the 6.0.

    This article explains the steps to manually install Firefox 6.0 on CentOS 6, but these steps can be implemented generically in most major Linux distributions.

    Get Firefox.
    Download the latest distribution package of Firefox for Linux on the language you want. In my case I got firefox-6.0.tar.bz2 file after download.

    Install Firefox.

    This will install the newly downloaded version of Firefox under / opt.
    Code:
    # Firefox-6.0.tar.bz2 tar xjvf 
    # Mkdir-p / opt / firefox / 
    # Mv firefox / / opt/firefox/6.0 /
    It removes the executable displayed by the previous version of Firefox.
    Code:
    # Mv / usr / bin / firefox / usr/bin/firefox_3.6.9
    Establish alternative versions.

    Alternatives are used to differentiate versions of Firefox installed and choose one as active as desired. To do this you create the two alternatives.
    Code:
    # Alternatives-install / usr / bin / firefox firefox / usr/lib/firefox-3.6/firefox 1 
    # Alternatives-install / usr / bin / firefox firefox / opt/firefox/6.0/firefox 2
    Finallyversion 6.0 is configured as an active alternative.
    Code:
    # Alternatives-config firefox
    There are 2 programs Which Provide 'firefox'.
    Code:
    Selection Command 
    ---------------- 
    1 / usr/lib/firefox-3.6/firefox 
    2 / opt/firefox/6.0/firefox
    Enter to keep the current selection [+], or type selection number: 2

  2. #2
    Join Date
    Oct 2010
    Posts
    163

    Re: How to Install Firefox on CentOS 6

    The version of Firefox that brings CentOS 6.2 is the 3.6, at which lacks one very interesting for me, which is the complement Sync . To upgrade to the current version of Firefox (currently the 10) have to do what siquiente (as root):
    • Enable repositories EPEL and Famillecollet
    • Firefox update from the last repository:

    Code:
    # yum --enablerepo=remi update firefox
    And that's it.

Similar Threads

  1. How to Install Firefox on CentOS 5
    By Fernandoa in forum Tips & Tweaks
    Replies: 1
    Last Post: 30-04-2012, 03:57 PM
  2. How to install rpm in CentOS 5.5?
    By Man-Than in forum Operating Systems
    Replies: 5
    Last Post: 06-05-2011, 10:39 AM
  3. How to install VLC on CentOS 5.4
    By Ashert in forum Windows Software
    Replies: 4
    Last Post: 18-09-2010, 09:13 PM
  4. How to install ImageMagick on CentOS
    By Wampanoag in forum Operating Systems
    Replies: 7
    Last Post: 20-08-2010, 12:22 PM
  5. Install GIT on CentOS 5
    By CentOS-DollarUser in forum Operating Systems
    Replies: 3
    Last Post: 18-08-2009, 11:03 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,713,428,622.80239 seconds with 17 queries