How To Install perl-Algorithm-BloomFilter on Fedora 36

In this tutorial we learn how to install perl-Algorithm-BloomFilter in Fedora 36. perl-Algorithm-BloomFilter is A simple bloom filter data structure

Introduction

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

What is perl-Algorithm-BloomFilter

This module implements a simple bloom filter in C/XS.

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

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

sudo dnf -y install perl-Algorithm-BloomFilter

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

sudo yum -y install perl-Algorithm-BloomFilter

How To Uninstall perl-Algorithm-BloomFilter on Fedora 36

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

sudo dnf remove perl-Algorithm-BloomFilter

perl-Algorithm-BloomFilter Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/6030369640370fb2bb652b66076ed27630ad7f
/usr/lib64/perl5/vendor_perl/Algorithm
/usr/lib64/perl5/vendor_perl/Algorithm/BloomFilter.pm
/usr/lib64/perl5/vendor_perl/auto/Algorithm
/usr/lib64/perl5/vendor_perl/auto/Algorithm/BloomFilter
/usr/lib64/perl5/vendor_perl/auto/Algorithm/BloomFilter/BloomFilter.so
/usr/share/doc/perl-Algorithm-BloomFilter
/usr/share/doc/perl-Algorithm-BloomFilter/Changes
/usr/share/man/man3/Algorithm::BloomFilter.3pm.gz

References

Summary

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