:: Re: [DNG] cups in ceres: Correction
Página Principal
Delete this message
Reply to this message
Autor: fraser kendall
Data:  
Para: dng
Tópicos Antigos: Re: [DNG] cups in ceres
Tópicos Novos: [DNG] Failure of dpkg postinst/prerm scripts was Re: cups in ceres: Correction
Assunto: Re: [DNG] cups in ceres: Correction
On Tue, 1 Dec 2020 13:35:48 +0000
fraser kendall <lfs.mailing@???> wrote:

Correction:

> Workaround from
> https://askubuntu.com/questions/1069702/dpkg-error-processing-package-install-info
>
> #mv /var/lib/dpkg/info/install-info.postinst /var/lib/dpkg/info/install-info.postinst.bad
> #mv /var/lib/dpkg/info/install-info.postrm /var/lib/dpkg/info/install-info.postrm.bad
> #mv /var/lib/dpkg/info/install-info.prerm /var/lib/dpkg/info/install-info.prerm.bad
> #dpkg -r printer-driver-cups-pdf
>

Should be:

#mv /var/lib/dpkg/info/printer-driver-cups-pdf.postinst /var/lib/dpkg/info/printer-driver-cups-pdf.postinst.bad
#mv /var/lib/dpkg/info/printer-driver-cups-pdf.postrm /var/lib/dpkg/info/printer-driver-cups-pdf.postrm.bad
#mv /var/lib/dpkg/info/printer-driver-cups-pdf.prerm /var/lib/dpkg/info/printer-driver-cups-pdf.prerm.bad
#dpkg -r printer-driver-cups-pdf

Sorry for that.

f