我試圖在Linux中安裝東西(Crunchbang Linux - Debian的派生),而我mongodb-20gen出錯。MongoDB錯誤:mongodb-10gen E:子進程/ usr/bin/dpkg返回錯誤代碼(1)
當我嘗試刪除它使用: -
[email protected]:~$ sudo apt-get remove mongodb-10gen
我得到...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
mongodb-10gen
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 221 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 81657 files and directories currently installed.)
Removing mongodb-10gen ...
arg: remove
invoke-rc.d: unknown initscript, /etc/init.d/mongodb not found.
dpkg: error processing mongodb-10gen (--remove):
subprocess installed pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/mongodb not found.
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
mongodb-10gen
E: Sub-process /usr/bin/dpkg returned an error code (1)
我在這裏讀的東西用MongoDB的類似的錯誤,並建議刪除蒙戈的客戶端,所以,我想: -
[email protected]:~$ sudo apt-get remove mongodb-clients
,並得到: -
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'mongodb-clients' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mongodb-10gen (2.4.6) ...
invoke-rc.d: unknown initscript, /etc/init.d/mongodb not found.
dpkg: error processing mongodb-10gen (--configure):
subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
mongodb-10gen
E: Sub-process /usr/bin/dpkg returned an error code (1)
這可能是更多的東西了問Ubuntu或者服務器故障,我知道你沒有運行ubunut但嘗試:http://askubuntu.com/questions/195950/package- system-broken-e-sub-process-usr-bin-dpkg-returned-an-error-code-1 – Sammaye
@Sammaye將你的評論添加爲答案。我試了一下,似乎有效。 – cometbill