How To Install perl-Palm on Fedora 36

In this tutorial we learn how to install perl-Palm in Fedora 36. perl-Palm is Palm OS utility functions

Introduction

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

What is perl-Palm

This module provides functions and handlers to manipulate files used by Palm PDAs (AddressBook, ToDo, Memo, …).

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

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

sudo dnf -y install perl-Palm

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

sudo yum -y install perl-Palm

How To Uninstall perl-Palm on Fedora 36

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

sudo dnf remove perl-Palm

perl-Palm Package Contents on Fedora 36

/usr/share/doc/perl-Palm
/usr/share/doc/perl-Palm/Changes
/usr/share/doc/perl-Palm/FAQ
/usr/share/doc/perl-Palm/README
/usr/share/doc/perl-Palm/TODO
/usr/share/doc/perl-Palm/examples
/usr/share/doc/perl-Palm/examples/add-memo
/usr/share/doc/perl-Palm/examples/copydb
/usr/share/doc/perl-Palm/examples/pdbdump
/usr/share/licenses/perl-Palm
/usr/share/licenses/perl-Palm/LICENSE
/usr/share/man/man3/Palm.3pm.gz
/usr/share/man/man3/Palm::Address.3pm.gz
/usr/share/man/man3/Palm::DateTime.3pm.gz
/usr/share/man/man3/Palm::Datebook.3pm.gz
/usr/share/man/man3/Palm::Mail.3pm.gz
/usr/share/man/man3/Palm::Memo.3pm.gz
/usr/share/man/man3/Palm::StdAppInfo.3pm.gz
/usr/share/man/man3/Palm::ToDo.3pm.gz
/usr/share/man/man3/Palm::ZirePhoto.3pm.gz
/usr/share/perl5/vendor_perl/Palm
/usr/share/perl5/vendor_perl/Palm.pm
/usr/share/perl5/vendor_perl/Palm/Address.pm
/usr/share/perl5/vendor_perl/Palm/DateTime.pm
/usr/share/perl5/vendor_perl/Palm/Datebook.pm
/usr/share/perl5/vendor_perl/Palm/Mail.pm
/usr/share/perl5/vendor_perl/Palm/Memo.pm
/usr/share/perl5/vendor_perl/Palm/StdAppInfo.pm
/usr/share/perl5/vendor_perl/Palm/ToDo.pm
/usr/share/perl5/vendor_perl/Palm/ZirePhoto.pm

References

Summary

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