How to Install and Uninstall dhcp-server.x86_64 Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "dhcp-server.x86_64" package

This guide let you learn how to install dhcp-server.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install dhcp-server.x86_64

2. Uninstall "dhcp-server.x86_64" package

This tutorial shows how to uninstall dhcp-server.x86_64 on Oracle Linux 8:

$ sudo dnf remove dhcp-server.x86_64 $ sudo dnf autoremove

3. Information about the dhcp-server.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:56:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : dhcp-server
Epoch : 12
Version : 4.3.6
Release : 47.0.1.el8
Architecture : x86_64
Size : 530 k
Source : dhcp-4.3.6-47.0.1.el8.src.rpm
Repository : ol8_baseos_latest
Summary : Provides the ISC DHCP server
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 the ISC DHCP server.