How to Install and Uninstall dhcp-common.noarch Package on CentOS Stream 8

Last updated: May 03,2024

1. Install "dhcp-common.noarch" package

Here is a brief guide to show you how to install dhcp-common.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install dhcp-common.noarch

2. Uninstall "dhcp-common.noarch" package

Please follow the guidelines below to uninstall dhcp-common.noarch on CentOS Stream 8:

$ sudo dnf remove dhcp-common.noarch $ sudo dnf autoremove

3. Information about the dhcp-common.noarch package on CentOS Stream 8

Last metadata expiration check: 0:47:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : dhcp-common
Epoch : 12
Version : 4.3.6
Release : 49.el8
Architecture : noarch
Size : 207 k
Source : dhcp-4.3.6-49.el8.src.rpm
Repository : baseos
Summary : Common files used by ISC dhcp client, server and relay agent
URL : http://isc.org/products/DHCP/
License : ISC
Description : DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
: individual devices on an IP network to get their own network
: configuration information (IP address, subnetmask, broadcast address,
: etc.) from a DHCP server. The overall purpose of DHCP is to make it
: easier to administer a large network.
:
: This package provides common files used by dhcp and dhclient package.