How To Install perl-Alien-ZMQ on Fedora 36

In this tutorial we learn how to install perl-Alien-ZMQ in Fedora 36. perl-Alien-ZMQ is Find and install libzmq library

Introduction

In this tutorial we learn how to install perl-Alien-ZMQ on Fedora 36.

What is perl-Alien-ZMQ

Upon installation, the target system is guaranteed for the present of libzmq. In short, Perl modules that need libzmq can depend on Alien make sure that it is available.

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

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

sudo dnf -y install perl-Alien-ZMQ

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

sudo yum -y install perl-Alien-ZMQ

How To Uninstall perl-Alien-ZMQ on Fedora 36

To uninstall only the perl-Alien-ZMQ package we can use the following command:

sudo dnf remove perl-Alien-ZMQ

perl-Alien-ZMQ Package Contents on Fedora 36

/usr/share/doc/perl-Alien-ZMQ
/usr/share/doc/perl-Alien-ZMQ/Changes
/usr/share/doc/perl-Alien-ZMQ/README
/usr/share/doc/perl-Alien-ZMQ/examples
/usr/share/doc/perl-Alien-ZMQ/examples/01-compile.t
/usr/share/doc/perl-Alien-ZMQ/examples/Makefile.PL
/usr/share/licenses/perl-Alien-ZMQ
/usr/share/licenses/perl-Alien-ZMQ/LICENSE
/usr/share/man/man3/Alien::ZMQ.3pm.gz
/usr/share/perl5/vendor_perl/Alien
/usr/share/perl5/vendor_perl/Alien/ZMQ.pm

References

Summary

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