Linux Lite Forums
Firefox stable vs Firefox ESR super stable - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Firefox stable vs Firefox ESR super stable (/showthread.php?tid=7895)



Firefox stable vs Firefox ESR super stable - f23948 - 08-25-2021

I don't like Firefox stable!I like Firefox ESR super stable!Can I uninstall Firefox stable and install Firefox ESR super stable?


Re: Firefox stable vs Firefox ESR super stable - Moltke - 08-27-2021

(08-25-2021, 09:24 PM)f23948 link Wrote: I don't like Firefox stable!I like Firefox ESR super stable!Can I uninstall Firefox stable and install Firefox ESR super stable?

I don't know what you mean by "super stable", but you can download the tarball from here https://www.mozilla.org/en-US/firefox/all/#product-desktop-esr
extract the contents, move to /opt,
Code:
sudo mv firefox-esr /opt
and add it to whisker menu, so it is available there, that way you can have both, or if you want to remove the other one, launch Linux Lite Terminal and type
Code:
sudo apt autoremove --purge firefox
type in your password when asked, hit Enter, and that's it.


Re: Firefox stable vs Firefox ESR super stable - f23948 - 08-27-2021

Oh ok cool thank you


Re: Firefox stable vs Firefox ESR super stable - Moltke - 08-27-2021

(08-27-2021, 01:31 AM)f23948 link Wrote: Oh ok cool thank you

You're welcome. Smile


Re: Firefox stable vs Firefox ESR super stable - f23948 - 03-03-2022

After I installed Firefox ESR, can I delete "check for update for Firefox" and can i add "check for update for Firefox ESR"?


Re: Firefox stable vs Firefox ESR super stable - f23948 - 03-04-2022

Code:
sudo add-apt-repository ppa:mozillateam/ppa
Code:
sudo apt autoremove --purge firefox
Code:
sudo apt-get update
Code:
sudo apt install firefox-esr
Firefox regular stable has been uninstalled. Firefox ESR stable has been installed. Am I correct? I don't like to keep it both


Re: Firefox stable vs Firefox ESR super stable - f23948 - 03-04-2022

BUMP still waiting for reply


Re: Firefox stable vs Firefox ESR super stable - f23948 - 03-04-2022

i don't know what you mean:
Code:
sudo mv firefox-esr /opt
I mean my own:
Code:
sudo apt autoremove --purge firefox
Code:
sudo add-apt-repository ppa:mozillateam/ppa
Code:
sudo apt-get update
Code:
sudo apt install firefox-esr
Firefox regular stable has been uninstalled. Firefox ESR stable has been installed. Am I correct? I don't like to keep it both


Re: Firefox stable vs Firefox ESR super stable - Balvir Ahuja - 03-08-2022

Firefox ESR does not include the most recent features, but it does include the most recent security and stability . Downgrade protection has been added to Firefox to prevent data corruption in user profiles. From the Firefox ESR download page, you may get the Firefox Extended Support Release for your operating system and language. 


Re: Firefox stable vs Firefox ESR super stable - Moltke - 03-09-2022

(03-04-2022, 07:26 PM)f23948 link Wrote:i don't know what you mean:
Code:
sudo mv firefox-esr /opt
I mean my own:
Code:
sudo apt autoremove --purge firefox
Code:
sudo add-apt-repository ppa:mozillateam/ppa
Code:
sudo apt-get update
Code:
sudo apt install firefox-esr
Firefox regular stable has been uninstalled. Firefox ESR stable has been installed. Am I correct? I don't like to keep it both

Yes, looks like it. Is Firefox still around in your system? If it's not, then you did remove it. My first statement, "I don't know what you mean", was about the term "super stable" you used. I use Firefox beta, and for me, it works well; no bugs or issues whatsoever. At some point I even used FF developer edition, but that one was quite buggy.