|
| ||||||||||
| Tags: centos 6, firefox, gnu, linux, mozilla, web browser |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to Install Firefox on CentOS 6
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 / Code: # Mv / usr / bin / firefox / usr/bin/firefox_3.6.9 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 Code: # Alternatives-config firefox Code: Selection Command ---------------- 1 / usr/lib/firefox-3.6/firefox 2 / opt/firefox/6.0/firefox |
|
#2
| |||
| |||
| 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):
Code: # yum --enablerepo=remi update firefox |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Install Firefox on CentOS 6" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Install Firefox on CentOS 5 | Fernandoa | Tips & Tweaks | 1 | 30-04-2012 03:57 PM |
| How to install rpm in CentOS 5.5? | Man-Than | Operating Systems | 5 | 06-05-2011 10:39 AM |
| Unable to install Centos using FTP | Mystic01 | Networking & Security | 4 | 02-05-2011 10:42 PM |
| How to install VLC on CentOS 5.4 | Ashert | Windows Software | 4 | 18-09-2010 09:13 PM |
| Install GIT on CentOS 5 | CentOS-DollarUser | Operating Systems | 3 | 18-08-2009 11:03 PM |