Uninstall proftpd

Solved
On3x Posted messages 198 Status Member -  
mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   -
Hello,

I installed proFTPd, but I made a mistake and deleted the proftpd.conf file in /etc/proftpd.

So the idea was to completely uninstall proFTPd and reinstall it so the proftpd.conf file would come back.

How can I do this?

Regards.

1 answer

  1. mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   7 944
     
    Normally it should suffice to reconfigure proftpd by running as root:

    dpkg-reconfigure proftpd-basic

    Or else, the method you suggest amounts to running as root:

    aptitude purge proftpd-basic
    aptitude update
    aptitude install proftpd-basic

    Good luck
    9
    1. On3x Posted messages 198 Status Member 8
       
      Thank you, it took me a while to test, but it works perfectly!
      0
    2. mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   7 944
       
      Perfect, keep it up!
      0