Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I want to remove all plugins of firefox, until now i only success to remove all addons. (I dont care to reinstall all firefox and remove all setups)

Thanks

share|improve this question
have you tried synaptic? usually all plugins are there... – Gerep Feb 26 '12 at 12:47
i try synaptics , but in this way i should remove plugin after plugin with manual search – Yosef Feb 26 '12 at 13:09
apt-cache rdepends firefox gets you a list of all packages that depend on firefox. some creative grepping will thin that list out fast. this does assume the plugin was added through deb not manually. – Call me V Feb 26 '12 at 13:28

1 Answer

It depends on what plugins you have installed. The default ones are in /usr/lib/mozilla/plugins, so you can try renaming them. On the other hand, you could also searching through the installed packages and uninstalling the plugins one by one.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.