How to Install Firefox in Debian Linux
Debian GNU Linux includes Iceweasel as one of its supported Internet browsers. Iceweasel was built from Firefox and it is fully compatible with Debian. Yet, there are important differences which make some users prefer Firefox over Iceweasel.
Besides the obvious difference in name and logo, some web sites like CNN recently started to deny Iceweasel from accessing videos. Also, Iceweasel tends to be outdated when compared to Firefox as it is maintained by Debian project members who basically follow Firefox's lead in the browser development. This causes situations such as new features of Google mail being supported by Firefox and not yet by Iceweasel.
For these reasons, some users may find it convenient to install the original Firefox branded version onto their Debian platforms, either in addition to Iceweasel, or in its replacement.
Steps
-
1Download Firefox as the packed archive from Mozilla web site. Unpack the archive in /opt/ directory. Use command "sudo mv firefox /opt/" to move extracted folder to /opt directory.
- The content contains files like firefox, firefox-bin and others that should launch the browser. Try them. If this works, you are done. However do not panic if this fails.
- If the Firefox complains about the missing library that you see in its folder, try export LD_LIBRARY_PATH = <folder where you have placed firefox>. Later you can write the shell script where the first line will be this export statement and second - the actual command to launch the Firefox.
- Firefox may also complain about some other missing libraries. This is because we bypass the Debian package manager that would solve these missing dependencies.
- To get other missing libraries, try to run tool like "Synaptic package manager" that provides a user friendly search by name. If you do not have the user friendly manager, install it with apt-get install synaptic (run as root).
- Firefox should start after you install its needed libraries that way.
Ad -
2Go to your home directory and type "nano firefox.sh" to create the shell script to launch the Firefox. It can be the simple script like #!/bin/sh export LD_LIBRARY_PATH=/opt/firefox/firefox /opt/firefox/firefox/firefox-bin
-
3You can create a shortcut to the shell script you wrote and use it without problems. At the same time, you preserve the opportunity to launch IceWeasel, if needed.Ad
We could really use your help!
self-help?

lip injuries?

core exercises?

conflict management?

Warnings
- When resolving missing dependencies manually, pay attention to the version numbers (frequently Debian just has another version of the same library installed). Different versions should coexist.
Article Info
In other languages:
Español: Cómo instalar Firefox en Debian Linux, Italiano: Come Installare Firefox su Debian Linux, Русский: установить Firefox в Debian Linux, Português: Como Instalar o Firefox no Linux Debian
Thanks to all authors for creating a page that has been read 289,963 times.
About this wikiHow