How to Install and Uninstall perl-deprecate.noarch Package on Fedora 36

Last updated: November 30,2024

1. Install "perl-deprecate.noarch" package

Here is a brief guide to show you how to install perl-deprecate.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the perl-deprecate.noarch package on Fedora 36

Last metadata expiration check: 0:23:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-deprecate
Version : 0.04
Release : 486.fc36
Architecture : noarch
Size : 19 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : fedora
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.