To uninstall isc-dhcp-server just follow these instructions.
sudo apt-get remove isc-dhcp-server
This will remove just the isc-dhcp-server package itself.
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.
If you also want to delete your local/config files for isc-dhcp-server then this will work.
sudo apt-get purge isc-dhcp-server
Or similarly, like this isc-dhcp-server
sudo apt-get purge --auto-remove isc-dhcp-server
Package | isc-dhcp-server |
Version | 4.3.3-5ubuntu12 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.isc.org |
Description | ISC DHCP server for automatic IP address assignment |
Distro | ubuntu |
Release | xenial |
Repo | main |
Section | net |