How To Install pilot-link-perl on Fedora 36

In this tutorial we learn how to install pilot-link-perl in Fedora 36. pilot-link-perl is PalmPilot utilies written in perl

Introduction

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

This package contains utilities that depend on perl

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pilot-link-perl using dnf by running the following command:

sudo dnf -y install pilot-link-perl

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pilot-link-perl using yum by running the following command:

sudo yum -y install pilot-link-perl

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

sudo dnf remove pilot-link-perl
/usr/bin/pilot-ietf2datebook
/usr/bin/pilot-sync-plan
/usr/bin/pilot-undelete
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/9b1d324ae87f589d8c093250e0431d5805c42b
/usr/lib64/perl5/vendor_perl/PDA
/usr/lib64/perl5/vendor_perl/PDA/Pilot.pm
/usr/lib64/perl5/vendor_perl/PDA/dump.pl
/usr/lib64/perl5/vendor_perl/auto/PDA
/usr/lib64/perl5/vendor_perl/auto/PDA/Pilot
/usr/lib64/perl5/vendor_perl/auto/PDA/Pilot/Pilot.so
/usr/lib64/perl5/vendor_perl/auto/PDA/Pilot/autosplit.ix
/usr/share/man/man1/ietf2datebook.1.gz

References

Summary

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