我试图重新安装它,因为它有问题。例如,我无法安装Chromium,因为未配置mongodb-org-server。但出于同样的原因,我甚至无法删除它。
apt-get autoremove --purge mongodb
或者:
apt-get purge mongodb
或者:
apt-get remove --purge mongodb
一切都以同样的方式结束:
dpkg: error processing package mongodb-org-server (--configure):
subprocess installed post-installation script returned error exit status 102
Errors were encountered while processing:
mongodb-org-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
有关我的机器的一些数据来自hostnamectl:
Operating System: Debian GNU/Linux 8 (jessie)
Kernel: Linux 3.14-2-amd64
Architecture: x86_64
我该如何解决这个问题?
更新:我尝试过的事情/我正在尝试
apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 973 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mongodb-org-server (3.0.2) ...
dpkg: error processing package mongodb-org-server (--configure):
subprocess installed post-installation script returned error exit status 102
Errors were encountered while processing:
mongodb-org-server
答案 0 :(得分:1)