Se encontraron errores al procesar gdk-pixbuf-psd

Se encontraron errores al procesar gdk-pixbuf-psd

Recibo este error cada vez que instalo/elimino cualquier otra cosa usando dpkg...

Errors were encountered while processing:  gdk-pixbuf-psd E: Sub-process /usr/bin/dpkg returned an error code (1)

He intentado:

sudo dpkg -r logmein-client 
sudo apt-get install -f

Ninguno de ellos funcionó. También intenté eliminarlo usando Synaptics Package Manager, pero ocurre el mismo error.

¿Qué debo hacer para deshacerme de él?

EDITAR: registro completo para ejecutar sudo apt-get install -f

Reading package lists... Done Building dependency tree        Reading
state information... Done 0 upgraded, 0 newly installed, 0 to remove
and 12 not upgraded. 1 not fully installed or removed. After this
operation, 0 B of additional disk space will be used. Setting up
gdk-pixbuf-psd (20081217) ...
/var/lib/dpkg/info/gdk-pixbuf-psd.postinst: 23:
/var/lib/dpkg/info/gdk-pixbuf-psd.postinst: cannot create
/usr/lib/gtk-2.0/2.10.0/loader-files.d/gdk-pixbuf-psd.loaders:
Directory nonexistent /var/lib/dpkg/info/gdk-pixbuf-psd.postinst: 23:
/var/lib/dpkg/info/gdk-pixbuf-psd.postinst: gdk-pixbuf-query-loaders:
not found dpkg: error processing package gdk-pixbuf-psd (--configure):
subprocess installed post-installation script returned error exit
status 127 Errors were encountered while processing:  gdk-pixbuf-psd
E: Sub-process /usr/bin/dpkg returned an error code (1)

Respuesta1

Se solucionó editando este archivo:

/var/lib/dpkg/info/gdk-pixbuf-psd.postinst

Comenté la línea 23 (que se indica en el error), luego ejecuté

sudo apt-get install -f

exitosamente. Después de eso, eliminé el paquete usando el Administrador de paquetes.

información relacionada