How To Install perl-POE-XS-Queue-Array on Fedora 36

In this tutorial we learn how to install perl-POE-XS-Queue-Array in Fedora 36. perl-POE-XS-Queue-Array is XS implementation of POE

Introduction

In this tutorial we learn how to install perl-POE-XS-Queue-Array on Fedora 36.

What is perl-POE-XS-Queue-Array

This class is an implementation of the abstract POE implements a priority queue using C, with an XS interface supplied.

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

Install perl-POE-XS-Queue-Array 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-POE-XS-Queue-Array using dnf by running the following command:

sudo dnf -y install perl-POE-XS-Queue-Array

Install perl-POE-XS-Queue-Array 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-POE-XS-Queue-Array using yum by running the following command:

sudo yum -y install perl-POE-XS-Queue-Array

How To Uninstall perl-POE-XS-Queue-Array on Fedora 36

To uninstall only the perl-POE-XS-Queue-Array package we can use the following command:

sudo dnf remove perl-POE-XS-Queue-Array

perl-POE-XS-Queue-Array Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/77a2a25101ca7b1de2c22ff8b529bc0bc3926c
/usr/lib64/perl5/vendor_perl/POE
/usr/lib64/perl5/vendor_perl/POE/XS
/usr/lib64/perl5/vendor_perl/POE/XS/Queue
/usr/lib64/perl5/vendor_perl/POE/XS/Queue/Array.pm
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/POE
/usr/lib64/perl5/vendor_perl/auto/POE/XS
/usr/lib64/perl5/vendor_perl/auto/POE/XS/Queue
/usr/lib64/perl5/vendor_perl/auto/POE/XS/Queue/Array
/usr/lib64/perl5/vendor_perl/auto/POE/XS/Queue/Array/Array.so
/usr/share/doc/perl-POE-XS-Queue-Array
/usr/share/doc/perl-POE-XS-Queue-Array/Changes
/usr/share/doc/perl-POE-XS-Queue-Array/README
/usr/share/man/man3/POE::XS::Queue::Array.3pm.gz

References

Summary

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