How To Install perl-Net-DHCP on Fedora 36

In this tutorial we learn how to install perl-Net-DHCP in Fedora 36. perl-Net-DHCP is Set of classes for basic handling of DHCP packets

Introduction

In this tutorial we learn how to install perl-Net-DHCP on Fedora 36.

What is perl-Net-DHCP

Net handling. It can be used to develop either client, server or relays.

We can use yum or dnf to install perl-Net-DHCP on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-DHCP.

Install perl-Net-DHCP on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Net-DHCP using dnf by running the following command:

sudo dnf -y install perl-Net-DHCP

Install perl-Net-DHCP on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Net-DHCP using yum by running the following command:

sudo yum -y install perl-Net-DHCP

How To Uninstall perl-Net-DHCP on Fedora 36

To uninstall only the perl-Net-DHCP package we can use the following command:

sudo dnf remove perl-Net-DHCP

perl-Net-DHCP Package Contents on Fedora 36

/usr/share/doc/perl-Net-DHCP
/usr/share/doc/perl-Net-DHCP/Changes
/usr/share/doc/perl-Net-DHCP/README
/usr/share/doc/perl-Net-DHCP/examples
/usr/share/doc/perl-Net-DHCP/examples/dhcp_sniffer.pl
/usr/share/doc/perl-Net-DHCP/examples/dhcpd.pl
/usr/share/doc/perl-Net-DHCP/examples/dhcpd_test.pl
/usr/share/doc/perl-Net-DHCP/examples/dumpianatoxml.pl
/usr/share/doc/perl-Net-DHCP/examples/l2tp-dhcp-inform
/usr/share/doc/perl-Net-DHCP/examples/lease_query.pl
/usr/share/doc/perl-Net-DHCP/examples/list_dho.pl
/usr/share/doc/perl-Net-DHCP/examples/send_packet.pl
/usr/share/licenses/perl-Net-DHCP
/usr/share/licenses/perl-Net-DHCP/LICENSE
/usr/share/man/man3/Net::DHCP::Constants.3pm.gz
/usr/share/man/man3/Net::DHCP::Packet.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/DHCP
/usr/share/perl5/vendor_perl/Net/DHCP/Constants.pm
/usr/share/perl5/vendor_perl/Net/DHCP/Packet.pm

References

Summary

In this tutorial we learn how to install perl-Net-DHCP on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).