How to Install and Uninstall perl-PDF-Create.noarch Package on Fedora 36

Last updated: January 14,2025

1. Install "perl-PDF-Create.noarch" package

Please follow the step by step instructions below to install perl-PDF-Create.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-PDF-Create.noarch

2. Uninstall "perl-PDF-Create.noarch" package

This is a short guide on how to uninstall perl-PDF-Create.noarch on Fedora 36:

$ sudo dnf remove perl-PDF-Create.noarch $ sudo dnf autoremove

3. Information about the perl-PDF-Create.noarch package on Fedora 36

Last metadata expiration check: 1:38:14 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-PDF-Create
Version : 1.46
Release : 8.fc36
Architecture : noarch
Size : 77 k
Source : perl-PDF-Create-1.46-8.fc36.src.rpm
Repository : fedora
Summary : Create PDF files
URL : https://metacpan.org/release/PDF-Create
License : GPL+ or Artistic
Description : 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.