Re: Re: Cannot purge glame (SOLVED)

2015-10-18 Thread Hudson Flavio Meneses Lacerda
Reco wrote: Edit /var/lib/dpkg/info/glame.prerm like this: === cut === #!/bin/sh set -e # Automatically added by dh_installinfo if [ "$1" = remove ] || [ "$1" = upgrade ]; then install-info --quiet --remove /usr/share/info/glame.info || true fi # End automatically added section # Automatica

Re: Cannot purge glame

2015-10-17 Thread Reco
Hi. On Sat, 17 Oct 2015 18:24:48 -0300 Hudson Flavio Meneses Lacerda wrote: > Hi. > > I am trying to remove a program (that is not compatible with other > upgrades), but I get the following error message: > > sudo aptitude purge glame > [...] > Removing glame (2.0.1-5) ... > install-i

Cannot purge glame

2015-10-17 Thread Hudson Flavio Meneses Lacerda
Hi. I am trying to remove a program (that is not compatible with other upgrades), but I get the following error message: sudo aptitude purge glame [...] Removing glame (2.0.1-5) ... install-info: No dir file specified; try --help for more information. dpkg: error processing package glame (--pu