How To Install perl-PPIx-EditorTools on Fedora 36

In this tutorial we learn how to install perl-PPIx-EditorTools in Fedora 36. perl-PPIx-EditorTools is Utility methods and base class for manipulating Perl via PPI

Introduction

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

What is perl-PPIx-EditorTools

Base class and utility methods for manipulating Perl via PPI. Pulled out from the Padre

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

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

sudo dnf -y install perl-PPIx-EditorTools

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

sudo yum -y install perl-PPIx-EditorTools

How To Uninstall perl-PPIx-EditorTools on Fedora 36

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

sudo dnf remove perl-PPIx-EditorTools

perl-PPIx-EditorTools Package Contents on Fedora 36

/usr/share/doc/perl-PPIx-EditorTools
/usr/share/doc/perl-PPIx-EditorTools/Changes
/usr/share/man/man3/PPIx::EditorTools.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::FindUnmatchedBrace.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::FindVariableDeclaration.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::IntroduceTemporaryVariable.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::Lexer.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::Outline.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::RenamePackage.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::RenamePackageFromPath.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::RenameVariable.3pm.gz
/usr/share/man/man3/PPIx::EditorTools::ReturnObject.3pm.gz
/usr/share/perl5/vendor_perl/PPIx
/usr/share/perl5/vendor_perl/PPIx/EditorTools
/usr/share/perl5/vendor_perl/PPIx/EditorTools.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/FindUnmatchedBrace.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/FindVariableDeclaration.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/IntroduceTemporaryVariable.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/Lexer.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/Outline.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/RenamePackage.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/RenamePackageFromPath.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/RenameVariable.pm
/usr/share/perl5/vendor_perl/PPIx/EditorTools/ReturnObject.pm

References

Summary

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