I installed Firefox Nightly Developer Edition so I could contribute to some of their open source projects.
I'd like to change back to the original. I've uninstalled Firefox using the following commands:
sudo apt-get install ppa-purge
then
ppa-purge ppa:mozillateam/firefox-next
then
sudo apt-get autoremove
then
sudo apt-get install firefox
But every time I go to install Firefox, either via the terminal or the Ubuntu Software Center, it installs the Developer Edition.
Does anyone know how to install the traditional Firefox? In a perfect world, I'd like to have both so I could still contribute and not need to worry about the bugs when I'm at work.
apt-cache policy firefox
– JoKeR Jul 05 '15 at 23:23sudo ppa-purge ppa:mozillateam/firefox-next
– Papa Casper Jul 06 '15 at 00:33