How To Install perl-GDBM_File on Fedora 36

In this tutorial we learn how to install perl-GDBM_File in Fedora 36. perl-GDBM_File is Perl5 access to the gdbm library

Introduction

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

What is perl-GDBM_File

GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library.

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

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

sudo dnf -y install perl-GDBM_File

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

sudo yum -y install perl-GDBM_File

How To Uninstall perl-GDBM_File on Fedora 36

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

sudo dnf remove perl-GDBM_File

perl-GDBM_File Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/f0fd73baf927a7915b3f09d6a1d64c970d219d
/usr/lib64/perl5/GDBM_File.pm
/usr/lib64/perl5/auto/GDBM_File
/usr/lib64/perl5/auto/GDBM_File/GDBM_File.so
/usr/share/man/man3/GDBM_File.3pm.gz

References

Summary

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