How To Install perl-Text-PDF on Fedora 36

In this tutorial we learn how to install perl-Text-PDF in Fedora 36. perl-Text-PDF is Module for manipulating PDF files

Introduction

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

What is perl-Text-PDF

This module allows interaction with existing PDF files directly. It includes various tools pdfbklt - make booklets out of existing PDF files pdfrevert - remove edits from a PDF file pdfstamp - stamp text on each page of a PDF file

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

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

sudo dnf -y install perl-Text-PDF

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

sudo yum -y install perl-Text-PDF

How To Uninstall perl-Text-PDF on Fedora 36

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

sudo dnf remove perl-Text-PDF

perl-Text-PDF Package Contents on Fedora 36

/usr/share/doc/perl-Text-PDF
/usr/share/doc/perl-Text-PDF/examples
/usr/share/doc/perl-Text-PDF/examples/CD.CFG
/usr/share/doc/perl-Text-PDF/examples/boon_graph.pdf
/usr/share/doc/perl-Text-PDF/examples/call_conf.txt
/usr/share/doc/perl-Text-PDF/examples/graph.pl
/usr/share/doc/perl-Text-PDF/examples/hello.pl
/usr/share/doc/perl-Text-PDF/examples/pdfaddobj.pl
/usr/share/doc/perl-Text-PDF/examples/pdfaddpg.pl
/usr/share/doc/perl-Text-PDF/examples/pdfcrop.pl
/usr/share/doc/perl-Text-PDF/examples/pdfgetobj.pl
/usr/share/doc/perl-Text-PDF/examples/pdflines.pl
/usr/share/doc/perl-Text-PDF/examples/squ.pdf
/usr/share/doc/perl-Text-PDF/examples/squares.pdf
/usr/share/doc/perl-Text-PDF/examples/test.pdf
/usr/share/doc/perl-Text-PDF/readme.txt
/usr/share/licenses/perl-Text-PDF
/usr/share/licenses/perl-Text-PDF/LICENSE
/usr/share/man/man3/Text::PDF.3pm.gz
/usr/share/man/man3/Text::PDF::Array.3pm.gz
/usr/share/man/man3/Text::PDF::Bool.3pm.gz
/usr/share/man/man3/Text::PDF::Dict.3pm.gz
/usr/share/man/man3/Text::PDF::File.3pm.gz
/usr/share/man/man3/Text::PDF::Filter.3pm.gz
/usr/share/man/man3/Text::PDF::Name.3pm.gz
/usr/share/man/man3/Text::PDF::Null.3pm.gz
/usr/share/man/man3/Text::PDF::Number.3pm.gz
/usr/share/man/man3/Text::PDF::Objind.3pm.gz
/usr/share/man/man3/Text::PDF::Page.3pm.gz
/usr/share/man/man3/Text::PDF::Pages.3pm.gz
/usr/share/man/man3/Text::PDF::SFont.3pm.gz
/usr/share/man/man3/Text::PDF::String.3pm.gz
/usr/share/man/man3/Text::PDF::TTFont.3pm.gz
/usr/share/man/man3/Text::PDF::TTFont0.3pm.gz
/usr/share/man/man3/Text::PDF::Utils.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/PDF
/usr/share/perl5/vendor_perl/Text/PDF.pm
/usr/share/perl5/vendor_perl/Text/PDF/Array.pm
/usr/share/perl5/vendor_perl/Text/PDF/Bool.pm
/usr/share/perl5/vendor_perl/Text/PDF/Dict.pm
/usr/share/perl5/vendor_perl/Text/PDF/File.pm
/usr/share/perl5/vendor_perl/Text/PDF/Filter.pm
/usr/share/perl5/vendor_perl/Text/PDF/Name.pm
/usr/share/perl5/vendor_perl/Text/PDF/Null.pm
/usr/share/perl5/vendor_perl/Text/PDF/Number.pm
/usr/share/perl5/vendor_perl/Text/PDF/Objind.pm
/usr/share/perl5/vendor_perl/Text/PDF/Page.pm
/usr/share/perl5/vendor_perl/Text/PDF/Pages.pm
/usr/share/perl5/vendor_perl/Text/PDF/SFont.pm
/usr/share/perl5/vendor_perl/Text/PDF/String.pm
/usr/share/perl5/vendor_perl/Text/PDF/TTFont.pm
/usr/share/perl5/vendor_perl/Text/PDF/TTFont0.pm
/usr/share/perl5/vendor_perl/Text/PDF/Utils.pm

References

Summary

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