How To Install perl-NDBM_File on Fedora 36

In this tutorial we learn how to install perl-NDBM_File in Fedora 36. perl-NDBM_File is Tied access to ndbm files

Introduction

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

What is perl-NDBM_File

NDBM_File establishes a connection between a Perl hash variable and a file in ndbm format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the next time your program runs.

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

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

sudo dnf -y install perl-NDBM_File

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

sudo yum -y install perl-NDBM_File

How To Uninstall perl-NDBM_File on Fedora 36

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

sudo dnf remove perl-NDBM_File

perl-NDBM_File Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/928cc6702da825502232d384d369100f001c19
/usr/lib64/perl5/NDBM_File.pm
/usr/lib64/perl5/auto/NDBM_File
/usr/lib64/perl5/auto/NDBM_File/NDBM_File.so
/usr/share/man/man3/NDBM_File.3pm.gz

References

Summary

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