How To Install perl-Danga-Socket on Fedora 36

In this tutorial we learn how to install perl-Danga-Socket in Fedora 36. perl-Danga-Socket is Event loop and event-driven async socket base class

Introduction

In this tutorial we learn how to install perl-Danga-Socket on Fedora 36.

What is perl-Danga-Socket

This is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga

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

Install perl-Danga-Socket 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-Danga-Socket using dnf by running the following command:

sudo dnf -y install perl-Danga-Socket

Install perl-Danga-Socket 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-Danga-Socket using yum by running the following command:

sudo yum -y install perl-Danga-Socket

How To Uninstall perl-Danga-Socket on Fedora 36

To uninstall only the perl-Danga-Socket package we can use the following command:

sudo dnf remove perl-Danga-Socket

perl-Danga-Socket Package Contents on Fedora 36

/usr/share/doc/perl-Danga-Socket
/usr/share/doc/perl-Danga-Socket/CHANGES
/usr/share/doc/perl-Danga-Socket/examples
/usr/share/doc/perl-Danga-Socket/examples/subprocess
/usr/share/doc/perl-Danga-Socket/examples/subprocess/example.pl
/usr/share/doc/perl-Danga-Socket/examples/subprocess/test.pl
/usr/share/man/man3/Danga::Socket.3pm.gz
/usr/share/perl5/vendor_perl/Danga
/usr/share/perl5/vendor_perl/Danga/Socket.pm

References

Summary

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