How to Install isc-dhcp-client in Ubuntu 18.04



Install isc-dhcp-client by entering the following commands in the terminal:

sudo apt update
sudo apt install isc-dhcp-client

Description:

DHCP client for automatically obtaining an IP address

This is the Internet Software Consortium's DHCP client. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common.

Homepage: http://www.isc.org

Version: 4.3.5-3ubuntu7

Section: net