How To Install perl-Perl-Stripper on Fedora 36

In this tutorial we learn how to install perl-Perl-Stripper in Fedora 36. perl-Perl-Stripper is Yet another PPI-based Perl source code stripper

Introduction

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

What is perl-Perl-Stripper

This module is yet another PPI-based Perl source code stripper. Its focus is on customization and stripping significant information from source code.

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

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

sudo dnf -y install perl-Perl-Stripper

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

sudo yum -y install perl-Perl-Stripper

How To Uninstall perl-Perl-Stripper on Fedora 36

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

sudo dnf remove perl-Perl-Stripper

perl-Perl-Stripper Package Contents on Fedora 36

/usr/share/doc/perl-Perl-Stripper
/usr/share/doc/perl-Perl-Stripper/Changes
/usr/share/doc/perl-Perl-Stripper/README
/usr/share/licenses/perl-Perl-Stripper
/usr/share/licenses/perl-Perl-Stripper/LICENSE
/usr/share/man/man3/Perl::Stripper.3pm.gz
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/Stripper.pm

References

Summary

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