How To Install perl-AnyEvent-Handle-UDP on Fedora 36

In this tutorial we learn how to install perl-AnyEvent-Handle-UDP in Fedora 36. perl-AnyEvent-Handle-UDP is Client/server UDP handles for AnyEvent

Introduction

In this tutorial we learn how to install perl-AnyEvent-Handle-UDP on Fedora 36.

What is perl-AnyEvent-Handle-UDP

This module is an abstraction around UDP sockets for use with AnyEvent.

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

Install perl-AnyEvent-Handle-UDP 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-AnyEvent-Handle-UDP using dnf by running the following command:

sudo dnf -y install perl-AnyEvent-Handle-UDP

Install perl-AnyEvent-Handle-UDP 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-AnyEvent-Handle-UDP using yum by running the following command:

sudo yum -y install perl-AnyEvent-Handle-UDP

How To Uninstall perl-AnyEvent-Handle-UDP on Fedora 36

To uninstall only the perl-AnyEvent-Handle-UDP package we can use the following command:

sudo dnf remove perl-AnyEvent-Handle-UDP

perl-AnyEvent-Handle-UDP Package Contents on Fedora 36

/usr/share/doc/perl-AnyEvent-Handle-UDP
/usr/share/doc/perl-AnyEvent-Handle-UDP/Changes
/usr/share/doc/perl-AnyEvent-Handle-UDP/README
/usr/share/doc/perl-AnyEvent-Handle-UDP/examples
/usr/share/doc/perl-AnyEvent-Handle-UDP/examples/anyevent-udp-server.pl
/usr/share/licenses/perl-AnyEvent-Handle-UDP
/usr/share/licenses/perl-AnyEvent-Handle-UDP/LICENSE
/usr/share/man/man3/AnyEvent::Handle::UDP.3pm.gz
/usr/share/perl5/vendor_perl/AnyEvent
/usr/share/perl5/vendor_perl/AnyEvent/Handle
/usr/share/perl5/vendor_perl/AnyEvent/Handle/UDP.pm

References

Summary

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