Openqrmパッケージに問題があります。
どうすれば削除できますか?
root@wl183004:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Setting up openqrm (4.6-ubuntu1) ...
.: 33: Can't open /usr/share/openqrm/etc/openqrm-server.conf
dpkg: error processing openqrm (--configure):
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
openqrm
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@wl183004:/# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up openqrm (4.6-ubuntu1) ...
.: 33: Can't open /usr/share/openqrm/etc/openqrm-server.conf
dpkg: error processing openqrm (--configure):
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
openqrm
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@wl183004:/# apt-get remove --purge openqrm
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libshadow-Ruby1.8 bind9 libopenipmi0 nagios-plugins-basic open-iscsi
nagios-plugins-standard memcached libupsclient1 collectd-core nagios-images
bind9utils tftpd-hpa radiusclient1 libdbi0 libphp-adodb collectd libruby
aoetools facter dhcp3-server open-iscsi-utils liboping0 libmemcached2
libradius1 libyajl1 nagios-plugins puppet-common puppetmaster
libopenssl-Ruby1.8 libopenssl-Ruby libesmtp5 libxmlrpc-Ruby
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
openqrm*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 78.2MB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 313464 files and directories currently installed.)
Removing openqrm ...
.: 32: Can't open /usr/share/openqrm/etc/openqrm-server.conf
dpkg: error processing openqrm (--purge):
subprocess installed pre-removal script returned error exit status 2
.: 33: Can't open /usr/share/openqrm/etc/openqrm-server.conf
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
openqrm
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@wl183004:/#
パージする前にパッケージをアップグレードしようとする場合があります。場合によっては、新しいパッケージで削除スクリプトが修正されます(dpkg
は、古いパッケージの移行スクリプトでも新しいパッケージで修正できるように作成されています)。
それでもうまくいかない場合は、/var/lib/dpkg/info/openqrm.postinst
カイルが提案したように、失敗した行を見つけてコメントアウトし、もう一度パージしてみてください。成功するまで繰り返します。
以下は私のために働きました:
不足しているファイルに触れてみてください。これが1つのファイルが欠落しているファイルである場合は、優れた回避策になる可能性があります。
touch /usr/share/openqrm/etc/openqrm-server.conf
次に、apt-getまたはaptitudeを使用してパッケージを削除してみます。
/var/lib/dpkg/info/openqrm.postinstを見て、何をしようとしているのかを確認します