How To Install perl-ZMQ-LibZMQ4 on Fedora 36

In this tutorial we learn how to install perl-ZMQ-LibZMQ4 in Fedora 36. perl-ZMQ-LibZMQ4 is Libzmq 4.x wrapper for Perl

Introduction

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

What is perl-ZMQ-LibZMQ4

The ZMQ passing library for Perl.

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

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

sudo dnf -y install perl-ZMQ-LibZMQ4

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

sudo yum -y install perl-ZMQ-LibZMQ4

How To Uninstall perl-ZMQ-LibZMQ4 on Fedora 36

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

sudo dnf remove perl-ZMQ-LibZMQ4

perl-ZMQ-LibZMQ4 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/b742832b1759546afaa5a232bc107217785ca7
/usr/lib64/perl5/vendor_perl/ZMQ
/usr/lib64/perl5/vendor_perl/ZMQ/LibZMQ4.pm
/usr/lib64/perl5/vendor_perl/auto/ZMQ
/usr/lib64/perl5/vendor_perl/auto/ZMQ/LibZMQ4
/usr/lib64/perl5/vendor_perl/auto/ZMQ/LibZMQ4/LibZMQ4.so
/usr/share/doc/perl-ZMQ-LibZMQ4
/usr/share/doc/perl-ZMQ-LibZMQ4/Changes
/usr/share/man/man3/ZMQ::LibZMQ4.3pm.gz

References

Summary

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