3

I tried uninstalling it from Ubuntu software center. It gets uninstalled but if I re-install Firefox (not developer edition) then it switches to Firefox developer edition.

How do I ONLY uninstall Firefox developer but keep the bookmarks, URL etc. saved for the retro Mozilla Firefox browser. I don't want to loose any data while shifting from Firefox developer edition to the Mozilla Firefox browser.

swapnesh
  • 191
  • 1
  • @blade19899 I checked this thread, before asking and the answer is incomplete Could you clarify that a bit more? What does "via > downloads > next > programs > etc" refer to? Directories? – swapnesh Dec 22 '14 at 10:24
  • How did you install it in the first place? – blade19899 Dec 22 '14 at 10:26
  • @blade19899 sudo apt-add-repository ppa:mozillateam/firefox-next sudo apt-get update && sudo apt-get upgrade and I don't know its ask about the firefox dev edition update and unfortunately I clicked that – swapnesh Dec 22 '14 at 10:27
  • @blade19899 And from this thread I found the command http://www.libre-software.net/how-to-install-firefox-on-ubuntu-linux-mint – swapnesh Dec 22 '14 at 10:29
  • I am not aware that the firefox-next had the Firefox Developer edition, in it. But, you can revert to retro firefox, by doing sudo apt-get install ppa-purge and then ppa-purge ppa:mozillateam/firefox-next. It will remove the ppa, and its packages, if your data willbe maintained, that i am not sure of.. – blade19899 Dec 22 '14 at 10:30
  • If my answer answered your question, please accept it. If not, Feel free to @blade19899 me. – blade19899 Dec 22 '14 at 10:44
  • Without knowing how you installed it, exactly (not just a link), we can't be sure how to remove it. – Braiam Dec 22 '14 at 13:53

5 Answers5

6

To remove the Firefox Developer Edition from ppa, use ppa-purge.

First close the Firefox Developer Edition, then run the following:

sudo apt-get install ppa-purge

And then remove the ppa:

sudo ppa-purge ppa:mozillateam/firefox-next

I am not sure if it will keep your Firefox data! But by using Firefox Sync, you can backup everything just in case it deletes everything.

After that remove packages that FDE required, but are no longer needs.

sudo apt-get autoremove

Then reinstall firefox:

sudo apt-get install firefox
Pilot6
  • 90,100
  • 91
  • 213
  • 324
blade19899
  • 26,704
  • OMG..its giving me the worst experience with Firefox this time..I run the above mentioned commands..and uninstall FF from ubuntu software center..now If I re install from ubuntu s/w center..its switching to the same developer edition..worst experience with firefox this time:( – swapnesh Dec 22 '14 at 11:25
  • @swapnesh ? If you runned: ppa-purge ppa:mozillateam/firefox-next, Firefox Developer Edition is already removed. Try on top of that: sudo apt-get install firefox. And then reinstall it sudo apt-get install firefox. – blade19899 Dec 22 '14 at 11:28
  • You can check in screenshot..its not going any how :( :( http://imgur.com/6YUq6Qo – swapnesh Dec 22 '14 at 11:43
  • @swapnesh, i will update my question, with further detailed steps to follow. – blade19899 Dec 22 '14 at 11:45
  • Let me know what I am doing wrong here..FYI somewhere in between I installed from this download bundle too firefox-34.0.5.tar.bz2 ..let me know if they can also mess the things as well – swapnesh Dec 22 '14 at 11:47
  • @swapnesh I advice you to not do anything, follow the steps i posted on my answer! – blade19899 Dec 22 '14 at 11:48
1

Had to uninstall this PPA. The rest of the instructions worked as expected, and my original Firefox profile was restored.

sudo ppa-purge  ppa:ubuntu-mozilla-daily/firefox-aurora
nullsteph
  • 423
  • 2
  • 13
1

For those who installed firefox developer edition using ubuntu-make, you can delete the symlink ~/.local/share/umake/bin/firefox-developer and the folder ~/.local/share/umake/web/firefox-dev.

If you want to unkinstall umake completely, run

sudo apt-get purge ubuntu-make

And then delete the folder ~/.local/share/umake, as the purge will not remove it.

Andres Eusse
  • 111
  • 4
0

On Fedora I was able to simply rename the 'firefox' directory, reinstall firefox and reimport my bookmarks. It is cleaner to remove the old directory if you prefer, but as they say if it works don't fix it.

0

Make sure all your Firefox specific data to your Firefox Account (if you don't have one, it is super easy to set up: go to the three horizontal bars in the tool bar and click where it will say something about sign-in to account to sync).

Then use apt to remove the dev version of Firefox. Be sure to run sudo apt autoremove to remove any leftover configuration files. (Personally, I would also reboot to ensure any old files are removed. But this is not entirely necessary). Then, go and use apt, synaptic, or the software center to re-install Firefox.

Finally, log into your Firefox Account and all your bookmarks, settings, and add-ons will be copied over to the new installation for you.

Hope this helped!

Batcastle
  • 280
  • 1
  • 2
  • 12