I think I may have found a less intrusive workaround for this symptom. Instead of removing packages, first try the following commands:
$ dpkg --configure -a $ apt-get install -f The first command has failed for me at some point, because the libc6 packages were not in sync between i386 and amd64 architectures. The fix was to 'dpkg -i /var/cache/apt/archives/libc6*_i386.deb', and then re- running 'dpkg --configure -a'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/945722 Title: E: Internal Error, No file name for gcc-4.6-base To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/945722/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
