How To Install perl-Perl-PrereqScanner on Fedora 36

In this tutorial we learn how to install perl-Perl-PrereqScanner in Fedora 36. perl-Perl-PrereqScanner is Tool to scan your Perl code for its prerequisites

Introduction

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

What is perl-Perl-PrereqScanner

The scanner will extract loosely your distribution prerequisites from your files.

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

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

sudo dnf -y install perl-Perl-PrereqScanner

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

sudo yum -y install perl-Perl-PrereqScanner

How To Uninstall perl-Perl-PrereqScanner on Fedora 36

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

sudo dnf remove perl-Perl-PrereqScanner

perl-Perl-PrereqScanner Package Contents on Fedora 36

/usr/bin/scan-perl-prereqs
/usr/bin/scan_prereqs
/usr/share/doc/perl-Perl-PrereqScanner
/usr/share/doc/perl-Perl-PrereqScanner/Changes
/usr/share/doc/perl-Perl-PrereqScanner/README
/usr/share/licenses/perl-Perl-PrereqScanner
/usr/share/licenses/perl-Perl-PrereqScanner/LICENSE
/usr/share/man/man1/scan-perl-prereqs.1.gz
/usr/share/man/man1/scan_prereqs.1.gz
/usr/share/man/man3/Perl::PrereqScanner.3pm.gz
/usr/share/man/man3/Perl::PrereqScanner::Scanner.3pm.gz
/usr/share/man/man3/Perl::PrereqScanner::Scanner::Aliased.3pm.gz
/usr/share/man/man3/Perl::PrereqScanner::Scanner::Moose.3pm.gz
/usr/share/man/man3/Perl::PrereqScanner::Scanner::POE.3pm.gz
/usr/share/man/man3/Perl::PrereqScanner::Scanner::Perl5.3pm.gz
/usr/share/man/man3/Perl::PrereqScanner::Scanner::Superclass.3pm.gz
/usr/share/man/man3/Perl::PrereqScanner::Scanner::TestMore.3pm.gz
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/PrereqScanner
/usr/share/perl5/vendor_perl/Perl/PrereqScanner.pm
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner.pm
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner/Aliased.pm
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner/Moose.pm
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner/POE.pm
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner/Perl5.pm
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner/Superclass.pm
/usr/share/perl5/vendor_perl/Perl/PrereqScanner/Scanner/TestMore.pm

References

Summary

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