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 reply
  • 45 have this problem
  • 11 views
  • Last reply by 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