How To Install perl-Perl-Metrics-Simple on Fedora 36

In this tutorial we learn how to install perl-Perl-Metrics-Simple in Fedora 36. perl-Perl-Metrics-Simple is Count packages, subs, lines, etc. of many files

Introduction

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

What is perl-Perl-Metrics-Simple

Perl of one or many Perl files and obtain a few metrics lines of code, and an approximation of cyclomatic (McCabe) complexity for the subroutines and the “main” portion of the code.

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

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

sudo dnf -y install perl-Perl-Metrics-Simple

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

sudo yum -y install perl-Perl-Metrics-Simple

How To Uninstall perl-Perl-Metrics-Simple on Fedora 36

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

sudo dnf remove perl-Perl-Metrics-Simple

perl-Perl-Metrics-Simple Package Contents on Fedora 36

/usr/bin/countperl
/usr/share/doc/perl-Perl-Metrics-Simple
/usr/share/doc/perl-Perl-Metrics-Simple/Changes
/usr/share/doc/perl-Perl-Metrics-Simple/EXAMPLES
/usr/share/doc/perl-Perl-Metrics-Simple/README
/usr/share/doc/perl-Perl-Metrics-Simple/Todo
/usr/share/licenses/perl-Perl-Metrics-Simple
/usr/share/licenses/perl-Perl-Metrics-Simple/LICENSE
/usr/share/man/man1/countperl.1.gz
/usr/share/man/man3/Perl::Metrics::Simple.3pm.gz
/usr/share/man/man3/Perl::Metrics::Simple::Analysis.3pm.gz
/usr/share/man/man3/Perl::Metrics::Simple::Analysis::File.3pm.gz
/usr/share/man/man3/Perl::Metrics::Simple::Output.3pm.gz
/usr/share/man/man3/Perl::Metrics::Simple::Output::HTML.3pm.gz
/usr/share/man/man3/Perl::Metrics::Simple::Output::PlainText.3pm.gz
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/Metrics
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple.pm
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Analysis
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Analysis.pm
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Analysis/File.pm
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Output
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Output.pm
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Output/HTML.pm
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Output/JSON.pm
/usr/share/perl5/vendor_perl/Perl/Metrics/Simple/Output/PlainText.pm

References

Summary

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