How To Install perl-Palm-PDB on Fedora 36

In this tutorial we learn how to install perl-Palm-PDB in Fedora 36. perl-Palm-PDB is Parse Palm database files

Introduction

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

What is perl-Palm-PDB

The Palm files for use on PalmOS devices such as the PalmPilot. It can read and write both Palm Database (.pdb) and Palm Resource (.prc) files.

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

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

sudo dnf -y install perl-Palm-PDB

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

sudo yum -y install perl-Palm-PDB

How To Uninstall perl-Palm-PDB on Fedora 36

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

sudo dnf remove perl-Palm-PDB

perl-Palm-PDB Package Contents on Fedora 36

/usr/share/doc/perl-Palm-PDB
/usr/share/doc/perl-Palm-PDB/Changes
/usr/share/doc/perl-Palm-PDB/README
/usr/share/licenses/perl-Palm-PDB
/usr/share/licenses/perl-Palm-PDB/LICENSE
/usr/share/man/man3/Palm::PDB.3pm.gz
/usr/share/man/man3/Palm::Raw.3pm.gz
/usr/share/perl5/vendor_perl/Palm
/usr/share/perl5/vendor_perl/Palm/PDB.pm
/usr/share/perl5/vendor_perl/Palm/Raw.pm

References

Summary

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