debconf.py ausente do sistema - obtendo 3-4 relatório de problemas em cada reinicialização

0

Detalhes do sistema:

  • Ubuntu 16.04LTS
  • CPU Intel® Core ™ i5-6200U a 2.30GHz × 4
  • Gráficos HD Intel® 520 (Skylake GT2)
  • 64 bits

Ultimamente comecei a receber 3-4 relatórios de problemas no início do Ubuntu.

Imagem do relatório de erros

se eu fizer sudo apt-get install --reinstall debconf

Eu recebo:

Setting up update-notifier-common (3.168.5) ...
Traceback (most recent call last):
  File "/usr/lib/update-notifier/package-data-downloader", line 26, in <module>
    import debconf
ImportError: No module named 'debconf'
dpkg: error processing package 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 package flashplugin-installer (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
 update-notifier-common
 flashplugin-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)

Não é possível encontrar debconf.py em / usr / lib / python3 / dist-packages ou /usr/lib/python3.5 /

ao executar python ou python3.5 executando: >> import debconf

Eu obtenho

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named debconf

Outro relatório de problemas é o seguinte:

Imagem do relatório de erros

    
por Sherbieny 30.10.2017 / 14:52

0 respostas