Debian – package won’t install correctly using apt-get

aptdebianftppackage-management

Hey there, I'm currently having problems installing proftpd correctly.

At some point the pakage was already installed but when I try to install don't get a selection screen to preconfigure the server neither are any config files created.

I already tried to purge/reinstall/install/remove/clean/autoclean via apt-get but nothing seems to fix the problem.

Is there a way to force a "clean/fresh" install?

Best Answer

Alright I fixed it. The config files where bound to another package (proftpd-basic).

So using the following commands fixed the problems:

apt-get purge proftp*
apt-get install proftpd