Installlion's Logo

Installlion.com

How To Uninstall isc-dhcp-server On Ubuntu 16.04 LTS

To uninstall isc-dhcp-server just follow these instructions.

Uninstall just isc-dhcp-server

ISC DHCP server for automatic IP address assignmentUbuntu 16.04 LTSnet4.3.3-5ubuntu12
sudo apt-get remove isc-dhcp-server

This will remove just the isc-dhcp-server package itself.

Uninstall isc-dhcp-server and its dependencies

sudo apt-get remove --auto-remove isc-dhcp-server

This will remove the isc-dhcp-server 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 isc-dhcp-server then this will work.

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

Or similarly, like this isc-dhcp-server

sudo apt-get purge --auto-remove isc-dhcp-server

Package Data

Packageisc-dhcp-server
Version4.3.3-5ubuntu12
MaintainerUbuntu Developers <[email protected]>
Home pagehttp://www.isc.org
DescriptionISC DHCP server for automatic IP address assignment
Distroubuntu
Releasexenial
Repomain
Sectionnet

Dependencies