How To Install perl-PPI-Tester on Fedora 36

In this tutorial we learn how to install perl-PPI-Tester in Fedora 36. perl-PPI-Tester is A wxPerl-based interactive PPI debugger/tester

Introduction

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

What is perl-PPI-Tester

This package implements a wxWindows desktop application which provides the ability to interactively test the PPI perl parser.

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

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

sudo dnf -y install perl-PPI-Tester

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

sudo yum -y install perl-PPI-Tester

How To Uninstall perl-PPI-Tester on Fedora 36

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

sudo dnf remove perl-PPI-Tester

perl-PPI-Tester Package Contents on Fedora 36

/usr/bin/ppitester
/usr/share/doc/perl-PPI-Tester
/usr/share/doc/perl-PPI-Tester/Changes
/usr/share/doc/perl-PPI-Tester/LICENSE
/usr/share/doc/perl-PPI-Tester/README
/usr/share/man/man1/ppitester.1.gz
/usr/share/man/man3/PPI::Tester.3pm.gz
/usr/share/perl5/vendor_perl/PPI
/usr/share/perl5/vendor_perl/PPI/Tester.pm

References

Summary

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