亲爱的大家我在升级或安装任何软件时遇到此错误
error:E: The package linux-headers-4.4.0-120 needs to be reinstalled, but I can't find an archive for it.
答案1
您可以尝试删除该软件包并重新安装当前软件包(119):
sudo apt-get autoremove
sudo apt-get purge linux-headers-4.4.0-120
sudo apt-get install --reinstall linux-headers-generic
如果你已经启用xenial 提议,请在
软件与更新(software-properties-gtk
),开发人员选项选项卡,取消选中预发布更新(xenial-proposed)。