How To Install perl-ODBM_File on Fedora 36

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

Introduction

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

What is perl-ODBM_File

ODBM_File establishes a connection between a Perl hash variable and a file in odbm 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-ODBM_File on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-ODBM_File.

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

sudo dnf -y install perl-ODBM_File

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

sudo yum -y install perl-ODBM_File

How To Uninstall perl-ODBM_File on Fedora 36

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

sudo dnf remove perl-ODBM_File

perl-ODBM_File Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/5e68a64540ec059bc00b44adb427f18fa565d2
/usr/lib64/perl5/ODBM_File.pm
/usr/lib64/perl5/auto/ODBM_File
/usr/lib64/perl5/auto/ODBM_File/ODBM_File.so
/usr/share/man/man3/ODBM_File.3pm.gz

References

Summary

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