我尝试安装和卸载许多不同的程序。例如:
sudo apt-get remove --purge ussp-push
或
sudo apt-get purge ruby
每次我在我的终端中得到这个输出。这似乎是在我尝试在我的机器上安装MongoDB之后开始的。
No apport report written because MaxReports is reached already
Errors were encountered while processing:
libpam-systemd:amd64
grub-pc
virtualbox-dkms
grub-efi-amd64-signed
libssl1.1:amd64
postgresql-common
libdns-export1100
openssl
unattended-upgrades
libdns1100:amd64
mongodb-org-server
bind9-host
libisc169:amd64
linux-headers-5.0.0-37-generic
libisccc160:amd64
libqt5network5:amd64
linux-headers-generic-hwe-18.04
libqt5webkit5:amd64
mongodb-org-shell
libisc-export169:amd64
qtbase5-dev:amd64
libirs160:amd64
libbind9-160:amd64
//etc
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
发布于 2020-04-26 22:09:22
我得到了同样的错误,这个命令帮我解决了问题
dpkg --configure -a
https://stackoverflow.com/questions/59492452
复制相似问题