ERRO: Conf apache2-doc não existe! Ao instalar o libpng12-0

0

Por alguma razão, estou recebendo um erro estranho ao tentar instalar o libpng12-0 a partir de um arquivo .deb.

Comando:

dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb; apt-get install -f

Erro:

Setting up apache2 (2.4.25-3+deb9u2) ...
info: Executing deferred 'a2enconf apache2-doc' for package apache2-doc
ERROR: Conf apache2-doc does not exist!
dpkg: error processing package apache2 (--configure): subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing: apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)

o apache2-doc está instalado (marcado com: apt policy apache2-doc )

O arquivo .deb que estou tentando instalar: link

    
por Stefan 10.08.2017 / 16:07

1 resposta

0

Limpar e reinstalar o pacote, talvez a instalação esteja corrompida.

apt-get purge apache2-doc
apt-get install apache2-doc
dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb; apt-get install -f
    
por 10.08.2017 / 16:12

Tags