To uninstall isc-dhcp-common just follow these instructions.
sudo apt-get remove isc-dhcp-common
This will remove just the isc-dhcp-common package itself.
sudo apt-get remove --auto-remove isc-dhcp-common
This will remove the isc-dhcp-common package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for isc-dhcp-common then this will work.
sudo apt-get purge isc-dhcp-common
Or similarly, like this isc-dhcp-common
sudo apt-get purge --auto-remove isc-dhcp-common
Package | isc-dhcp-common |
Version | 4.3.3-5ubuntu12 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.isc.org |
Description | common files used by all of the isc-dhcp packages |
Distro | ubuntu |
Release | xenial |
Repo | main |
Section | net |