How To Install perl-App-FatPacker on Fedora 36

In this tutorial we learn how to install perl-App-FatPacker in Fedora 36. perl-App-FatPacker is Pack dependencies onto a script file

Introduction

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

What is perl-App-FatPacker

This tool does all the work of tracing, collecting packlists, extracting perl modules in fatlib, and then concatenating them into a packed script.

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

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

sudo dnf -y install perl-App-FatPacker

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

sudo yum -y install perl-App-FatPacker

How To Uninstall perl-App-FatPacker on Fedora 36

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

sudo dnf remove perl-App-FatPacker

perl-App-FatPacker Package Contents on Fedora 36

/usr/bin/fatpack
/usr/share/doc/perl-App-FatPacker
/usr/share/doc/perl-App-FatPacker/Changes
/usr/share/doc/perl-App-FatPacker/README
/usr/share/man/man1/fatpack.1.gz
/usr/share/man/man3/App::FatPacker.3pm.gz
/usr/share/man/man3/App::FatPacker::Trace.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/FatPacker
/usr/share/perl5/vendor_perl/App/FatPacker.pm
/usr/share/perl5/vendor_perl/App/FatPacker/Trace.pm

References

Summary

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