Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cannot remove Adobe Reader 8.1.1 plugin Ubuntu Linux 10.04

  • 1 nzaghachinzaghachi
  • 45
  • 12 views
  • Nzaghachi ikpeazụ nke ieales

more options

Ubuntu 8.04 upgrade to 10.04 LTS Adobe Reader 8.1.1. Web pages would not load PDF. Disabled Acroreader plugin, uninstalled acroread, still shows on plugin list and is enabled after browser restart after delete pluginsreg.dat

PDF link opens Blank tab in Firefox, no file.

Ubuntu 8.04 upgrade to 10.04 LTS Adobe Reader 8.1.1. Web pages would not load PDF. Disabled Acroreader plugin, uninstalled acroread, still shows on plugin list and is enabled after browser restart after delete pluginsreg.dat PDF link opens Blank tab in Firefox, no file.

All Replies (1)

more options

SOLVED : $ sudo find / -name nppdf.so to lists these locations /usr/lib/mozilla/plugins/nppdf.so /usr/lib/firefox/plugins/nppdf.so /root/.mozilla/plugins/nppdf.so

these commands get rid of them $ sudo rm /usr/lib/mozilla/plugins/nppdf.so $ sudo rm /usr/lib/firefox/plugins/nppdf.so $ sudo rm /root/.mozilla/plugins/nppdf.so