LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   In LMDE, why is Firefox old? (https://www.linuxquestions.org/questions/linux-mint-84/in-lmde-why-is-firefox-old-840129/)

schachwizard 10-24-2010 08:47 AM

In LMDE, why is Firefox old?
 
I've upgraded LMDE, but I still have Firefox 3.6.8, when I think I should have 3.6.11.

Why don't I have the latest version? I don't want to change to an unstable branch, but I do want the latest versions of the software. How come I can get 3.6.11 in Ubuntu, but only 3.6.8 in LMDE?

TobiSGD 10-24-2010 09:22 AM

Because they are different distributions with different developers. LMDE currently is maintained by much fewer people than Ubuntu.

dixiedancer 10-26-2010 11:26 AM

Debian Testing, on which LMDE is based, is still using an older version of Iceweasel (Debian's version of Firefox). When "Squeeze" goes to Stable, the new Testing version will be newer.

TobiSGD 10-26-2010 12:00 PM

Quote:

Originally Posted by dixiedancer (Post 4139877)
Debian Testing, on which LMDE is based, is still using an older version of Iceweasel (Debian's version of Firefox). When "Squeeze" goes to Stable, the new Testing version will be newer.

LMDE isn't using Iceweasel, it uses Firefox from the LMDE-repository.

schachwizard 10-27-2010 03:39 PM

Quote:

Debian Testing, on which LMDE is based, is still using an older version of Iceweasel (Debian's version of Firefox). When "Squeeze" goes to Stable, the new Testing version will be newer.
So if I install Iceweasel(which is very similar to Firefox) in LMDE, I will eventually get a newer version, when testing is unfreezed?

MensaWater 10-27-2010 03:41 PM

You don't have to use the one provided by Mint - you can download a tar.gz from Firefox for Linux and install that. I'd recommend installing in a separate directory from where Mint's packages install. You'll need to modify your associations to point to the new location in desktop. You'll also need to be sure you link in any plugins (e.g. java, flash) to the new location so they're available to users.

schachwizard 10-27-2010 03:44 PM

Could you point me to more information regarding the linking of plugins?

MensaWater 10-27-2010 03:54 PM

From the Mozilla support site doing a query for "linking plugins" returns this list:
http://support.mozilla.com/en-US/sea...inking+plugins

Also you might want to look at this post for Java plugin specificially:
http://www.linuxquestions.org/questi...-3-6-x-825409/

An older post on installing Firefox tar.gz:
http://www.linuxquestions.org/questi...8/#post3191603

That was written for 2.x but the principles should apply for 3.x.

P.S. Once you install from tar.gz you can actually use Firefox's help - check for updates to update Firefox - you just have to remember to do it logged in as root as user's can't update for obvious reasons.

TobiSGD 10-27-2010 04:21 PM

LMDE is, as the name says, based on Debian, so you can use every Debian repository you wish. I for my self use Iceweasel 3.6.11 from the experimental repo, and you can even get Iceweasel 4 beta from it. This way is, in my opinion, more recommended, because you get your updates with the regular system updates, instead to do it manually with the tar.gz.
Only thing you have to learn about using other repos is pinning

schachwizard 10-27-2010 05:40 PM

TobiSGD, thank you very much.

Pinning seems like it will be a much better option than installing it from tar.gz.

MensaWater 10-28-2010 08:31 AM

Quote:

Originally Posted by schachwizard (Post 4141516)
TobiSGD, thank you very much.

Pinning seems like it will be a much better option than installing it from tar.gz.

Except you get updates faster after the tgz install. I updated to 3.6.11 on my CentOS install a few days before RedHat released a package for the new security vulnerability. (Since CentOS is downstream from RHEL it would take even more time to get the fix on it.) Since LMDE is said to be downstream from Debian you'd see similar delays.

TobiSGD 10-28-2010 08:37 AM

LMDE uses debian testing repositories. The mentioned experimental repository is way faster. But I see the main advantage of using a repository instead the tar.gz in the fact that you don't have to keep your eyes on Firefox releases yourself and all updates will come automatically. If one wants to or must be so up to date that he can't wait a few days to get the new version then of course the tar.gz solution suits the one better.

MensaWater 10-28-2010 09:05 AM

Quote:

Originally Posted by TobiSGD (Post 4142208)
If one wants to or must be so up to date that he can't wait a few days to get the new version then of course the tar.gz solution suits the one better.

Once exploits have been released in the wild it is sometimes better to not wait. There are some security updates that don't really affect some of my systems due to either low or no visibility of them so I don't care. Other security issues need to be addressed rapidly. Each to his own - I don't use LMDE but find that using the tgz version of Firefox makes me more comfortable on the system I use daily to access the web. Note that the tgz method only requires the special steps first time it is setup - after that the Firefox updates do it all in the background as they do on Windows. chacun à son goût.

jesica 11-08-2010 08:30 AM

The new LMDE comes out in December, it will have all the new software with it

Kenny_Strawn 11-08-2010 08:50 AM

Open a terminal and type:

Code:

$ sudo su
$ echo "deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu maverick main" >> /etc/apt/sources.list
$ echo "deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu maverick main" >> /etc/apt/sources.list
$ apt-get install firefox-4.0
$ exit

Hope this helps.


All times are GMT -5. The time now is 11:04 PM.