How to Install and Uninstall perl-Perl-Metrics-Simple.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "perl-Perl-Metrics-Simple.noarch" package

Please follow the steps below to install perl-Perl-Metrics-Simple.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Perl-Metrics-Simple.noarch

2. Uninstall "perl-Perl-Metrics-Simple.noarch" package

This guide covers the steps necessary to uninstall perl-Perl-Metrics-Simple.noarch on Fedora 35:

$ sudo dnf remove perl-Perl-Metrics-Simple.noarch $ sudo dnf autoremove

3. Information about the perl-Perl-Metrics-Simple.noarch package on Fedora 35

Last metadata expiration check: 5:19:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Perl-Metrics-Simple
Version : 1.0.1
Release : 3.fc35
Architecture : noarch
Size : 51 k
Source : perl-Perl-Metrics-Simple-1.0.1-3.fc35.src.rpm
Repository : fedora
Summary : Count packages, subs, lines, etc. of many files
URL : https://metacpan.org/release/Perl-Metrics-Simple
License : GPL+ or Artistic
Description : Perl::Metrics::Simple provides just enough methods to run static analysis
: of one or many Perl files and obtain a few metrics: packages, subroutines,
: lines of code, and an approximation of cyclomatic (McCabe) complexity for
: the subroutines and the "main" portion of the code.