How to Install and Uninstall perl-Perl-Critic-Dynamic.noarch Package on Fedora 38

Last updated: October 13,2024

1. Install "perl-Perl-Critic-Dynamic.noarch" package

Learn how to install perl-Perl-Critic-Dynamic.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Perl-Critic-Dynamic.noarch

2. Uninstall "perl-Perl-Critic-Dynamic.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Perl-Critic-Dynamic.noarch on Fedora 38:

$ sudo dnf remove perl-Perl-Critic-Dynamic.noarch $ sudo dnf autoremove

3. Information about the perl-Perl-Critic-Dynamic.noarch package on Fedora 38

Last metadata expiration check: 1:47:24 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Perl-Critic-Dynamic
Version : 0.05
Release : 32.fc38
Architecture : noarch
Size : 26 k
Source : perl-Perl-Critic-Dynamic-0.05-32.fc38.src.rpm
Repository : fedora
Summary : Non-static policies for Perl::Critic
URL : https://metacpan.org/release/Perl-Critic-Dynamic
License : GPL+ or Artistic
Description : Perl::Critic is primarily used as a static source code analyzer, which means
: that it never compiles or executes any of the code that it examines. But
: since Perl is a dynamic language, there are certain types of problems that
: cannot be discovered until the code is actually compiled.
:
: This distribution includes Perl::Critic::DynamicPolicy, which can be used as
: a base class for Policies that wish to compile the code they analyze.