在Ubuntu 18.04系统下,apt安装某东西时遇到以下问题:

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

输入 dpkg --configure -a 也无法解决

下面是解决方法

rm /var/lib/dpkg/updates/*
apt-get update
apt-get upgrade