How to Install and Uninstall perl-Catalyst-View-PDF-Reuse.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Catalyst-View-PDF-Reuse.noarch" package

Here is a brief guide to show you how to install perl-Catalyst-View-PDF-Reuse.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Catalyst-View-PDF-Reuse.noarch

2. Uninstall "perl-Catalyst-View-PDF-Reuse.noarch" package

This guide covers the steps necessary to uninstall perl-Catalyst-View-PDF-Reuse.noarch on Fedora 34:

$ sudo dnf remove perl-Catalyst-View-PDF-Reuse.noarch $ sudo dnf autoremove

3. Information about the perl-Catalyst-View-PDF-Reuse.noarch package on Fedora 34

Last metadata expiration check: 3:21:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Catalyst-View-PDF-Reuse
Version : 0.05
Release : 16.fc34
Architecture : noarch
Size : 24 k
Source : perl-Catalyst-View-PDF-Reuse-0.05-16.fc34.src.rpm
Repository : fedora
Summary : Create PDF files from Catalyst using Template Toolkit templates
URL : https://metacpan.org/release/Catalyst-View-PDF-Reuse
License : GPL+ or Artistic
Description : Catalyst::View::PDF::Reuse provides the facility to generate PDF files
: from a Catalyst application by embedding PDF::Reuse commands within a
: Template::Toolkit template. Within your template you will have access
: to a 'pdf' object which has methods corresponding to all of PDF::Reuse's
: functions.