How To Install perl-PDF-Create on Fedora 36

In this tutorial we learn how to install perl-PDF-Create in Fedora 36. perl-PDF-Create is Create PDF files

Introduction

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

What is perl-PDF-Create

This module allows you to create PDF documents using a large number of primitives, and emit the result as a PDF file or stream. PDF stands for Portable Document Format. Documents can have several pages, a table of content, an information section and many other PDF elements. More functionalities will be added as needs arise. Documents are constructed on the fly so the memory footprint is not tied to the size of the pages but only to their number.

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

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

sudo dnf -y install perl-PDF-Create

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

sudo yum -y install perl-PDF-Create

How To Uninstall perl-PDF-Create on Fedora 36

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

sudo dnf remove perl-PDF-Create

perl-PDF-Create Package Contents on Fedora 36

/usr/bin/verify-char-width
/usr/share/doc/perl-PDF-Create
/usr/share/doc/perl-PDF-Create/Changes
/usr/share/doc/perl-PDF-Create/README
/usr/share/doc/perl-PDF-Create/pdf-logo.gif
/usr/share/doc/perl-PDF-Create/pdf-logo.jpg
/usr/share/doc/perl-PDF-Create/pdf-logo.svg
/usr/share/doc/perl-PDF-Create/sample-cgi.pl
/usr/share/doc/perl-PDF-Create/sample.pl
/usr/share/man/man3/PDF::Create.3pm.gz
/usr/share/man/man3/PDF::Create::Page.3pm.gz
/usr/share/man/man3/PDF::Font.3pm.gz
/usr/share/perl5/vendor_perl/PDF
/usr/share/perl5/vendor_perl/PDF/Create
/usr/share/perl5/vendor_perl/PDF/Create.pm
/usr/share/perl5/vendor_perl/PDF/Create/Outline.pm
/usr/share/perl5/vendor_perl/PDF/Create/Page.pm
/usr/share/perl5/vendor_perl/PDF/Font.pm
/usr/share/perl5/vendor_perl/PDF/Image
/usr/share/perl5/vendor_perl/PDF/Image/GIF.pm
/usr/share/perl5/vendor_perl/PDF/Image/JPEG.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/courier-bold.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/courier-boldoblique.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/courier-oblique.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/courier.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/helvetica-bold.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/helvetica-boldoblique.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/helvetica-oblique.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/helvetica.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/symbol.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/times-bold.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/times-bolditalic.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/times-italic.json
/usr/share/perl5/vendor_perl/auto/share/dist/PDF-Create/times-roman.json

References

Summary

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