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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Cannot remove Adobe Reader 8.1.1 plugin Ubuntu Linux 10.04

  • 1 个回答
  • 45 人有此问题
  • 12 次查看
  • 最后回复者为 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.

所有回复 (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