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

Last updated: May 19,2024

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

This guide let you learn how to install perl-Perl-Metrics-Simple.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Perl-Metrics-Simple.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:58:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Perl-Metrics-Simple
Version : 1.0.1
Release : 1.fc34
Architecture : noarch
Size : 52 k
Source : perl-Perl-Metrics-Simple-1.0.1-1.fc34.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.