So, I'm trying to install the Flash player plugin, but it says update-notifier-common is not configured. So I do sudo dpkg --configure update-notifier-common
and it displays
Traceback (most recent call last):
File "/usr/lib/update-notifier/package-data-downloader", line 29, in <module>
import debconf
ImportError: No module named debconf
dpkg: error processing update-notifier-common (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
update-notifier-common
But sudo apt-get install debconf
gives
Setting up update-notifier-common (0.147.1) ...
Traceback (most recent call last):
File "/usr/lib/update-notifier/package-data-downloader", line 29, in <module>
import debconf
ImportError: No module named debconf
dpkg: error processing update-notifier-common (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of flashplugin-installer:
flashplugin-installer depends on update-notifier-common (>= 0.119ubuntu2); however:
Package update-notifier-common is not configured yet.
dpkg: error processing flashplugin-installer (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
update-notifier-common
flashplugin-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
So, it looks like I can't configure update-notifier-common until I've installed debconf, and I can't install debconf until I'll installed debconf and configured update-notifier-common. Help?