Comment 1 for bug 1015329

Revision history for this message
Anders Kaseorg (andersk) wrote : Re: dpkg: error: file triggers record mentions illegal package name `libgtk2.0-0' (for interest in file `/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules'): ambiguous package name 'libgtk2.0-0' with more than one installed instance

I was able to get past the dpkg error by manually editing /var/lib/dpkg/triggers/File, then running
  dpkg --add-architecture amd64
  dpkg --add-architecture i386
  apt-get -f install
but I’m not sure everything is quite right yet so I don’t yet recommend this.