Comment 2 for bug 1776890

Revision history for this message
simone (simofux) wrote :

It seems I've resolved using theese commands:

for fil in $(cat file_list_of_errored_packets);do rm /var/lib/dpkg/info/${fil}.postinst; done
apt install -f

Now I get no errors anymore ... I will be back just to confirm or discard the resolution of this bug