LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to update Mozilla on Debian Linux (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-update-mozilla-on-debian-linux-4175617370/)

THE PHANTOM 11-10-2017 12:57 PM

How to update Mozilla on Debian Linux
 
Hello, how to update Mozila on Debian Linux? Please help me . I have 52.4 version.

watchingu 11-10-2017 05:28 PM

It sounds like you're using Debian Stable, so you have the latest version available via the Debian repos. If you want something more current and don't mind possibly compromising the stability/security of your system, then download the latest version from Mozilla. It will be a bzipped tarball file. Decompress the file which should result in a folder; I believe the folder is named firefox. Place the folder under /home/<user>/bin. I don't know what to tell you to then get Firefox to run from your desktop as I don't know what you are using. You can probably get Firefox to run from a terminal, but I'm not sure how to do that (maybe /home/<user>/bin/firefox/firefox &) and it's probably unnecessary.

https://www.mozilla.org

Edit: If you opt to use the latest Firefox, make sure you remove the existing version from your system...
Code:

sudo apt purge firefox-esr

AwesomeMachine 11-10-2017 06:36 PM

You don't need to purge the existing firefox. The new firefox will use all the settings from the old one, but anything new in the new one will be used. I don't recommend upgrading outside the Debian repos.

THE PHANTOM 11-14-2017 12:15 AM

Thanks for your suggestions friends. I decided do not upgrading outside the Debian repos. thanks

watchingu 11-25-2017 12:34 AM

Just read the following article yesterday. And no, you will not be downloading a gzipped tarball from Firefox. You'll be using the Debian Unstable repo to do this.

How to Install Firefox Quantum on Debian Stretch Linux

Edit and Caveat: It is not recommended to mix packages from Testing/Unstable in a Stable environment. Doing so can break your system. Use the above tip at your own risk.

ondoho 11-25-2017 04:07 AM

THE PHANTOM, please be aware that debian uses the firefox ESR versions.
from a security & stability point of view, those are actually better than the newest upstream release.
and if there's a problem, they get updated pretty fast!
there's no harm in using firefox ESR on debian!

that said, if you really feel you need version 57, there are ways, however i do not recommend this:
Quote:

Originally Posted by watchingu (Post 5784900)
Just read the following article yesterday. And no, you will not be downloading a gzipped tarball from Firefox. You'll be using the Debian Unstable repo to do this.
How to Install Firefox Quantum on Debian Stretch Linux

watchingu, i liked your previous reply (post #2) better.
let me explain:
the article is well explained, and i suppose they did it "properly" (apt pinning etc.), but nevertheless it is playing with sources, mixing stable and unstable, and never actually mentions the extreme dangers that holds.

so, unless op knows what they're doing 111%, i'd rather recommend the approach of downloading, unzipping, running the executable as shown in post #2.

watchingu 11-26-2017 03:16 PM

Quote:

Originally Posted by ondoho (Post 5784962)
THE PHANTOM, please be aware that debian uses the firefox ESR versions.
from a security & stability point of view, those are actually better than the newest upstream release.
and if there's a problem, they get updated pretty fast!
there's no harm in using firefox ESR on debian!

But we want the shiny new toys! :D

Quote:

Originally Posted by ondoho (Post 5784962)
THE PHANTOM

that said, if you really feel you need version 57, there are ways, however i do not recommend this:

watchingu, i liked your previous reply (post #2) better.
let me explain:
the article is well explained, and i suppose they did it "properly" (apt pinning etc.), but nevertheless it is playing with sources, mixing stable and unstable, and never actually mentions the extreme dangers that holds.

so, unless op knows what they're doing 111%, i'd rather recommend the approach of downloading, unzipping, running the executable as shown in post #2.

I agree. I've been planning to come back and edit my last post. It is not recommended to mix packages from Testing/Unstable in a Stable environment. Doing so can break your system. The correct method would be to backport the lastest Firefox, if possible.


All times are GMT -5. The time now is 09:00 PM.