How to Install and Uninstall perl-Perl-Critic-Deprecated.noarch Package on Fedora 36

Last updated: March 01,2025

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

In this section, we are going to explain the necessary steps to install perl-Perl-Critic-Deprecated.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-Perl-Critic-Deprecated.noarch on Fedora 36:

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

3. Information about the perl-Perl-Critic-Deprecated.noarch package on Fedora 36

Last metadata expiration check: 4:33:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Perl-Critic-Deprecated
Version : 1.119
Release : 24.fc36
Architecture : noarch
Size : 41 k
Source : perl-Perl-Critic-Deprecated-1.119-24.fc36.src.rpm
Repository : fedora
Summary : Perl::Critic policies that have been superseded by others
URL : https://metacpan.org/release/Perl-Critic-Deprecated
License : GPL+ or Artistic
Description : The included policies are:
: - Write "$my_variable = 42" instead of "$MyVariable = 42".
: - Write "sub my_function{}" instead of "sub MyFunction{}".
: - Put source-control keywords in every file.