某日在执行 apt 更新系统的时候报出一个错误:

Python
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

搜索解决访问之后发现需要卸载两个包:

Bash
apt remove update-notifier-common flashplugin-installer

完成,问题解决