root@server:/etc/apache2# apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up zabbix-server-mysql (1:2.4.3-1+trusty) ...
hostname: Name or service not known
dpkg: error processing package zabbix-server-mysql (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
zabbix-server-mysql
E: Sub-process /usr/bin/dpkg returned an error code (1)
Solusinya
$ mv /var/lib/dpkg/info/PACKAGE.* /tmp/$ dpkg --remove --force-remove-reinstreq PACKAGE$ dpkg --purge PACKAGE
Post a Comment
Post a Comment