Installlion's Logo

Installlion.com

How To Uninstall bind9 On Ubuntu 15.04

To uninstall bind9 just follow these instructions.

Uninstall just bind9

Internet Domain Name ServerUbuntu 15.04net1:9.9.5.dfsg-9
sudo apt-get remove bind9

This will remove just the bind9 package itself.

Uninstall bind9 and its dependencies

sudo apt-get remove --auto-remove bind9

This will remove the bind9 package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for bind9 then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge bind9

Or similarly, like this bind9

sudo apt-get purge --auto-remove bind9

Package Data

Packagebind9
Version1:9.9.5.dfsg-9
MaintainerLaMont Jones <[email protected]>
DescriptionInternet Domain Name Server
Distroubuntu
Releasevivid
Repomain
Sectionnet

Dependencies