To uninstall bind9 just follow these instructions.
sudo apt-get remove bind9
This will remove just the bind9 package itself.
sudo apt-get remove --auto-remove bind9
This will remove the bind9 package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for bind9 then this will work.
sudo apt-get purge bind9
Or similarly, like this bind9
sudo apt-get purge --auto-remove bind9
Package | bind9 |
Version | 1:9.9.5.dfsg-9 |
Maintainer | LaMont Jones <[email protected]> |
Description | Internet Domain Name Server |
Distro | ubuntu |
Release | vivid |
Repo | main |
Section | net |