Install fpdns
Installing fpdns package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install fpdns
fpdns package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | fpdns |
version | 20130404-1 |
description | remotely determine DNS server version |
subsection | net |
website | github.com / kirei / fpdns |
maintainer | Thorsten Alteholz |
Uninstall fpdns
To remove just fpdns package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove fpdns
Uninstall fpdns and it’s dependent packages
To remove the fpdns package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove fpdns
Purging fpdns
If you also want to delete configuration and/or data files of fpdns from Debian Sid then this will work:
sudo apt-get purge fpdns
To delete configuration and/or data files of fpdns and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove fpdns