某日在执行 apt 更新系统的时候报出一个错误:
Traceback (most recent call last):
File "/usr/lib/update-notifier/package-data-downloader", line 26, in
import debian.deb822
ImportError: No module named debian.deb822搜索解决访问之后发现需要卸载两个包:
apt remove update-notifier-common flashplugin-installer完成,问题解决