Installing firefox on Linux - system wide

Well the best and easiest is to use distribution packages but … some distribution have slow package updates so you need to do it your self. Here is short text how to do it.

  1. switch to super user (root) account
  2. Download firefox - be careful - choose right versions for your system (32-bit | 64-bit)
  3. Unzip and untar file to some dir. So you will than have sub dir firefox
  4. mv firefox dir to /opt
  5. create new links so that correct firefox is started.
  6. create new links in for plugins in '/opt/firefox/plugins' so that you have usual plugins flash and java.

The procedures from 1-5 are well documented here.

Procedure 6

Creating new links for plugins

Go to new firefox dir

>cd /opt/firefox

If plugins dir does not exist do:

>mkdir plugins

go to plugins dir

>cd plugins

Create symbolic links to plugin libraries you want to use. This depends where are plugins located. From my experience it is better to use plugins which come with distribution but you can download plugins from any source (you can than expect dependency problems). In my case (OpenSUSE) plugin links are created like (you must be in /opt/firefox/plugins directory)

>ln -s /usr/lib/browser-plugins/javaplugin.so
>ln -s /usr/lib/browser-plugins/libflashplayer.so
 
admins/firefoxinstallation.txt · Last modified: 2011/12/06 11:06 by kodmasin
 
Copyright (c) 2000-2012 kodmasin.net
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki