:: Re: [DNG] cups in ceres: Correction
Top Page
Delete this message
Reply to this message
Author: fraser kendall
Date:  
To: dng
Old-Topics: Re: [DNG] cups in ceres
New-Topics: [DNG] Failure of dpkg postinst/prerm scripts was Re: cups in ceres: Correction
Subject: 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