I know that there are extensive, "proper" methods for installing Firefox plugins. However, I would like to know where the folder is for linking shared-object (.so
) files, such as libnpjp2.so
and libflashplayer.so
so that I can install plugins the "old-fashioned" way. In Firefox 21, I would have put it in ~/.mozilla/firefox/*[profile name].default/browser/plugins
but that folder is no longer there. It keeps jumping around as Firefox changes. In about:plugins
I still see all the plugins that I would have put there.
Can anyone tell me where the folder is? I already checked the folders in /usr/lib/firefox
and /usr/lib/mozilla
.
/usr/lib/mozilla/plugins
. Also it is a good idea to have a look atabout:plugins
tab that may give a hint. – Fredrick Gauss Jun 10 '15 at 05:49about:plugins
. This way I can instantly get exact plugin directory path and verify the update afterwards by just refreshing and seeing the 'state: UPDATE_AVAILABLE_about:plugins
shows that Flash comes from /usr/lib/flashplugin-installer, but I couldn't find anything symlinking to that path. This answer suggests deletingpluginreg.dat
. – Dan Dascalescu Jan 23 '17 at 04:57/usr/lib/mozilla/plugins
. There's a symlink to/etc/alternatives/mozilla-flashplugin
which is itself a symlink to/usr/lib/flashplugin-installer/libflashplayer.so
. I'll update my answer reflecting a few other changes, though. – mniess Apr 27 '17 at 11:12