Debian 6 ("Squeeze") uses a rebranded version of Firefox called Iceweasel. It however lacks plugin support, most of my favorites don't work.
So what is best way to install the "real" Firefox on Debian?
|
feedback
|
|
First, you need to remove the existing Iceweasel package (I think you can use
Then, download the latest Linux build of Firefox. Extract the files, and navigate to that folder, and run it. If you want, make an icon on your desktop. You can also make a link to the binary in If you want a package-based one, you can use Linux Mint's Debian package repo. To do this, add the following line to your
Then, just run:
And you should be good to go. At the time of writing this, the latest release from that repository is Firefox v5.0.1. | |||||||||||||
feedback
|
|
This post on the Debian User forums suggests the following:
To install new versions, you are supposed to
To make a desktop icon, do this
Edit this using your favourite text editor:
Contents of
You can remove iceweasel with
If you encounter this error:
You should probably install
Chances are that you are trying to install the 32 bit version of firefox in a 64 bit Debian environment. | ||||
|
feedback
|
|
You 'could' also get the latest and greatest version of Iceweasel from the mozilla debian team :-) | |||||
feedback
|
|
There's a sourcefourge project, basically dedicated to allowing you to get the latest version of Firefox when running Ubuntu, no matter which version you run (as long as dependencies are satisfied, obviously). Since Ubuntu is a Debian derivative, I thought I'd try it. I've got Firefox working on Debian Testing ("Wheezy") just fine. Run this:
This resolves the GPG key issue that is encountered when using the imported Linux Mint DE repository, and is significantly simpler than the other viable solution. Also, this gives you access to Thunderbird and SeaMonkey as well. Note that this solution only gives you the English-US Release Channel version (no beta or Aurora builds). Other languages can be used, but additional steps are required. | ||||
|
feedback
|