Unable to remove 'residual config' packages in Synaptic Package Manager

Solution 1:

That is a known bug. You can remove the residual config files without synaptic using this handy one-liner:

aptitude -F %p search '~c' | xargs sudo dpkg -P

You may have to install aptitudeInstall aptitude if you haven't done that yet.