I have tried removing pure-ftpd-mysql with the following commands without success:
apt-get remove --purge
apt-get autoremove --purge
apt-get purge
apt-get clean
deborphan --guess-dev | xargs apt-get -y remove --purge
Everytime I run these I get the following and the system hangs:
The following packages will be REMOVED
pure-ftpd-mysql*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 699 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 89500 files and directories currently installed.)
Removing pure-ftpd-mysql ...
I then have to tell the system to reboot and then run:
dpkg --configure -a
Has anyone got any ideas how I can completely remove this package so I can re-install it.
Even if I try an install -f it gives the same results.