CENTOS6 Install Firefox Browser tutorial

Source: Internet
Author: User
Tags bz2


1. Download the latest version of the installation file

Download the latest Linux version of the installation file firefox-latest-x86_64.tar.bz2 (i downloaded the 64bit version) on Firefox's website and unzip it.

[Sun@localhost downloads]$ TAR-XJVF firefox-latest-x86_64.tar.bz2

2. Uninstall old version

The system defaults to install the old version of Firefox, usually located in the/usr/lib directory, we uninstall the old version.

[Sun@localhost downloads]$ Whereis Firefox

Firefox:/usr/bin/firefox/usr/lib/firefox/usr/lib64/firefox/usr/share/man/man1/firefox.1.gz
Remove Program Directory


[Sun@localhost downloads]$ sudo rm-rf/usr/lib/firefox

Delete Startup script

[Sun@localhost downloads]$ sudo rm-f/usr/bin/firefox

3. Install the new

Move the extracted Firefox directory to the/usr/lib directory

[Sun@localhost downloads]$ sudo mv ~/download/firefox/usr/lib

Create a soft link, point to/usr/lib/firefox/firefox

[Sun@localhost ~]$ ln-s/usr/lib/firefox/firefox/usr/bin/firefox

Modify the program startup path in the Firefox browser icon Properties, and in the text box in the Command field, enter

/usr/lib/firefox/firefox%u

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.