How To Install perl-PostScript on Fedora 36

In this tutorial we learn how to install perl-PostScript in Fedora 36. perl-PostScript is PostScript Perl module

Introduction

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

What is perl-PostScript

Perl package that generates PostScript files.

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

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

sudo dnf -y install perl-PostScript

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

sudo yum -y install perl-PostScript

How To Uninstall perl-PostScript on Fedora 36

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

sudo dnf remove perl-PostScript

perl-PostScript Package Contents on Fedora 36

/usr/share/doc/perl-PostScript
/usr/share/doc/perl-PostScript/README
/usr/share/doc/perl-PostScript/example.pl
/usr/share/doc/perl-PostScript/example.txt
/usr/share/doc/perl-PostScript/psoutput.ps
/usr/share/man/man3/PostScript::Elements.3pm.gz
/usr/share/man/man3/PostScript::Metrics.3pm.gz
/usr/share/man/man3/PostScript::TextBlock.3pm.gz
/usr/share/perl5/vendor_perl/PostScript
/usr/share/perl5/vendor_perl/PostScript/Document.pm
/usr/share/perl5/vendor_perl/PostScript/Elements.pm
/usr/share/perl5/vendor_perl/PostScript/Metrics.pm
/usr/share/perl5/vendor_perl/PostScript/TextBlock.pm

References

Summary

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