How To Install perl-DBM_Filter on Fedora 36

In this tutorial we learn how to install perl-DBM_Filter in Fedora 36. perl-DBM_Filter is Filter DBM keys and values

Introduction

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

What is perl-DBM_Filter

This module provides an interface that allows filters to be applied to tied hashes associated with DBM files.

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

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

sudo dnf -y install perl-DBM_Filter

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

sudo yum -y install perl-DBM_Filter

How To Uninstall perl-DBM_Filter on Fedora 36

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

sudo dnf remove perl-DBM_Filter

perl-DBM_Filter Package Contents on Fedora 36

/usr/share/man/man3/DBM_Filter.3pm.gz
/usr/share/man/man3/DBM_Filter::compress.3pm.gz
/usr/share/man/man3/DBM_Filter::encode.3pm.gz
/usr/share/man/man3/DBM_Filter::int32.3pm.gz
/usr/share/man/man3/DBM_Filter::null.3pm.gz
/usr/share/man/man3/DBM_Filter::utf8.3pm.gz
/usr/share/perl5/DBM_Filter
/usr/share/perl5/DBM_Filter.pm
/usr/share/perl5/DBM_Filter/compress.pm
/usr/share/perl5/DBM_Filter/encode.pm
/usr/share/perl5/DBM_Filter/int32.pm
/usr/share/perl5/DBM_Filter/null.pm
/usr/share/perl5/DBM_Filter/utf8.pm

References

Summary

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