How To Install perl-DBD-XBase on Fedora 36

In this tutorial we learn how to install perl-DBD-XBase in Fedora 36. perl-DBD-XBase is Perl module for reading and writing the dbf files

Introduction

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

What is perl-DBD-XBase

This module can read and write XBase database files, known as dbf in dBase and FoxPro world. It also transparently reads memo fields from the dbt, fpt and smt files and works with index files (ndx, ntx, mdx, idx, cdx and SDBM). This module XBase.pm provides simple native interface to XBase files. For DBI compliant database access, see DBD DBI modules and their man pages.

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

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

sudo dnf -y install perl-DBD-XBase

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

sudo yum -y install perl-DBD-XBase

How To Uninstall perl-DBD-XBase on Fedora 36

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

sudo dnf remove perl-DBD-XBase

perl-DBD-XBase Package Contents on Fedora 36

/usr/bin/dbfdump.pl
/usr/bin/indexdump
/usr/share/doc/perl-DBD-XBase
/usr/share/doc/perl-DBD-XBase/Changes
/usr/share/doc/perl-DBD-XBase/README
/usr/share/doc/perl-DBD-XBase/ToDo
/usr/share/doc/perl-DBD-XBase/driver_characteristics
/usr/share/doc/perl-DBD-XBase/eg
/usr/share/doc/perl-DBD-XBase/eg/copy_table
/usr/share/doc/perl-DBD-XBase/eg/create_table
/usr/share/doc/perl-DBD-XBase/eg/use_index
/usr/share/doc/perl-DBD-XBase/new-XBase
/usr/share/man/man1/dbfdump.pl.1.gz
/usr/share/man/man1/indexdump.1.gz
/usr/share/man/man3/DBD::XBase.3pm.gz
/usr/share/man/man3/XBase.3pm.gz
/usr/share/man/man3/XBase::Base.3pm.gz
/usr/share/man/man3/XBase::FAQ.3pm.gz
/usr/share/man/man3/XBase::Index.3pm.gz
/usr/share/man/man3/XBase::Memo.3pm.gz
/usr/share/man/man3/XBase::SDBM.3pm.gz
/usr/share/perl5/vendor_perl/DBD
/usr/share/perl5/vendor_perl/DBD/XBase.pm
/usr/share/perl5/vendor_perl/XBase
/usr/share/perl5/vendor_perl/XBase.pm
/usr/share/perl5/vendor_perl/XBase/Base.pm
/usr/share/perl5/vendor_perl/XBase/FAQ.pod
/usr/share/perl5/vendor_perl/XBase/Index.pm
/usr/share/perl5/vendor_perl/XBase/Memo.pm
/usr/share/perl5/vendor_perl/XBase/SDBM.pm
/usr/share/perl5/vendor_perl/XBase/SQL.pm

References

Summary

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