Я случайно установил zabbix-frontend-php
это потянуло apache2
как зависимость.
Я не хочу использовать ни то, ни другое, и хочу полностью удалить оба пакета.
К сожалению, кажется, что apt-get
не позволит мне удалить zabbix, пока я не заставлю apache2 правильно работать с zabbix. Я действительно не хочу тратить время на исправление битых пакетов, которые собираюсь удалить.
Как я могу переопределить apt-get и продолжить удаление?
$ apt-get remove apache2 zabbix-frontend-php Package 'apache2' is not installed, so not removed The following packages were automatically installed and are no longer required: apache2-bin apache2-data Use 'apt-get autoremove' to remove them. The following packages will be REMOVED: zabbix-frontend-php 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 28.2 MB disk space will be freed. Do you want to continue? [Y/n] (Reading database ... 28117 files and directories currently installed.) Removing zabbix-frontend-php (1:2.4.7-1+jessie) ... Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. invoke-rc.d: initscript apache2, action "restart" failed. dpkg: error processing package zabbix-frontend-php (--remove): subprocess installed post-removal script returned error exit status 1 Errors were encountered while processing: zabbix-frontend-php E: Sub-process /usr/bin/dpkg returned an error code (1)
Вопрос и ответ здесь должны помочь:
https://askubuntu.com/questions/438345/how-to-remove-install-a-package-that-is-not-fully-installed
Насколько я понимаю, любая из этих команд должна делать то, что вам нужно:
apt-get --force-yes remove <pkgname>
dpkg -r <pkgname>