How To Install perl-Judy on Fedora 36

In this tutorial we learn how to install perl-Judy in Fedora 36. perl-Judy is Library for creating and accessing dynamic arrays

Introduction

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

What is perl-Judy

The Judy family of functions supports fully dynamic arrays. These arrays may be indexed by a 32- or 64-bit word (depending on processor word size) (Judy perl string (Judy

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

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

sudo dnf -y install perl-Judy

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

sudo yum -y install perl-Judy

How To Uninstall perl-Judy on Fedora 36

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

sudo dnf remove perl-Judy

perl-Judy Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/eb9fdc59c65f98f2cc664da7e0d309bb8e2c45
/usr/lib64/perl5/vendor_perl/Judy
/usr/lib64/perl5/vendor_perl/Judy.pm
/usr/lib64/perl5/vendor_perl/Judy.pod
/usr/lib64/perl5/vendor_perl/Judy/1
/usr/lib64/perl5/vendor_perl/Judy/1.pm
/usr/lib64/perl5/vendor_perl/Judy/1.pod
/usr/lib64/perl5/vendor_perl/Judy/1/_impl.pm
/usr/lib64/perl5/vendor_perl/Judy/1/_obj.pm
/usr/lib64/perl5/vendor_perl/Judy/1/_tie.pm
/usr/lib64/perl5/vendor_perl/Judy/HS
/usr/lib64/perl5/vendor_perl/Judy/HS.pm
/usr/lib64/perl5/vendor_perl/Judy/HS.pod
/usr/lib64/perl5/vendor_perl/Judy/HS/_impl.pm
/usr/lib64/perl5/vendor_perl/Judy/HS/_obj.pm
/usr/lib64/perl5/vendor_perl/Judy/HS/_tie.pm
/usr/lib64/perl5/vendor_perl/Judy/L
/usr/lib64/perl5/vendor_perl/Judy/L.pm
/usr/lib64/perl5/vendor_perl/Judy/L.pod
/usr/lib64/perl5/vendor_perl/Judy/L/_impl.pm
/usr/lib64/perl5/vendor_perl/Judy/L/_obj.pm
/usr/lib64/perl5/vendor_perl/Judy/L/_tie.pm
/usr/lib64/perl5/vendor_perl/Judy/Mem
/usr/lib64/perl5/vendor_perl/Judy/Mem.pm
/usr/lib64/perl5/vendor_perl/Judy/Mem.pod
/usr/lib64/perl5/vendor_perl/Judy/Mem/_impl.pm
/usr/lib64/perl5/vendor_perl/Judy/SL
/usr/lib64/perl5/vendor_perl/Judy/SL.pm
/usr/lib64/perl5/vendor_perl/Judy/SL.pod
/usr/lib64/perl5/vendor_perl/Judy/SL/_dump.pm
/usr/lib64/perl5/vendor_perl/Judy/SL/_impl.pm
/usr/lib64/perl5/vendor_perl/Judy/SL/_obj.pm
/usr/lib64/perl5/vendor_perl/Judy/SL/_tie.pm
/usr/lib64/perl5/vendor_perl/Judy/_obj.pm
/usr/lib64/perl5/vendor_perl/Judy/_tie.pm
/usr/lib64/perl5/vendor_perl/auto/Judy
/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so
/usr/share/doc/perl-Judy
/usr/share/doc/perl-Judy/Changes
/usr/share/doc/perl-Judy/README
/usr/share/man/man3/Judy.3pm.gz
/usr/share/man/man3/Judy::1.3pm.gz
/usr/share/man/man3/Judy::HS.3pm.gz
/usr/share/man/man3/Judy::L.3pm.gz
/usr/share/man/man3/Judy::Mem.3pm.gz
/usr/share/man/man3/Judy::SL.3pm.gz

References

Summary

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