How to Install and Uninstall perl-deprecate.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: September 28,2024

1. Install "perl-deprecate.noarch" package

Here is a brief guide to show you how to install perl-deprecate.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-deprecate.noarch" package

This is a short guide on how to uninstall perl-deprecate.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-deprecate.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:25:58 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-deprecate
Version : 0.04
Release : 480.el9
Architecture : noarch
Size : 16 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.