Oracle Enterprise Linux for Home User: Install Latest Firefox Version
It is a joy to use Linux for any purpose. Although Oracle Linux is mainly designed for enterprise stack, a stable operating system for a technical user is always a need.
However default configurations and program versions are not suitable for daily use always. One example of this is Firefox 3.0.6 available in Oracle Linux (or Red Hat). Here is how you can upgrade it to 17.0
Download latest Firefox release from Mozilla web page. Then unpack and install it by simply following.
tar -xjvf firefox-17.0.tar.bz2 cp -r firefox /opt/ ln -sf /opt/firefox/firefox /usr/bin/firefox
Posted on November 21, 2012, in Linux, Oracle, Uncategorized and tagged Firefox, Oracle Linux. Bookmark the permalink. 3 Comments.


Thanks for supporting Oracle Linux! It’s actually more comfortable to use RPM and yum for this, no need to manually download and extract the packages: http://install-climber.blogspot.de/2012/03/installfirefox11latestcentosrhel6.html (these instructions apply to Oracle Linux, too)
The point is that i usually don’t mix the distro repositories and keep them in their pure form.
Pingback: Upgrade to Oracle Enterprise Linux 5.9 and/so UEK2 « The great grandson of Husnu Sensoy