How to Install and Uninstall perl-deprecate.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "perl-deprecate.noarch" package

In this section, we are going to explain the necessary steps to install perl-deprecate.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-deprecate.noarch

2. Uninstall "perl-deprecate.noarch" package

Please follow the step by step instructions below to uninstall perl-deprecate.noarch on Rocky Linux 9:

$ sudo dnf remove perl-deprecate.noarch $ sudo dnf autoremove

3. Information about the perl-deprecate.noarch package on Rocky Linux 9

Last metadata expiration check: 2:31:27 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-deprecate
Version : 0.04
Release : 480.el9
Architecture : noarch
Size : 15 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Perl pragma for deprecating the inclusion of a module in core
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : "deprecate" pragma simplifies the maintenance of dual-life modules that will no
: longer be included in the Perl core in a future Perl release, but are
: still included currently. The purpose of the pragma is to alert users to the
: status of such a module by issuing a warning that encourages them to install
: the module from CPAN, so that a future upgrade to a perl which omits the
: module will not break their code.