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

Last updated: June 23,2024

1. Install "perl-deprecate.noarch" package

Please follow the guidance below to install perl-deprecate.noarch on Fedora 35

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

2. Uninstall "perl-deprecate.noarch" package

Learn how to uninstall perl-deprecate.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:03:43 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-deprecate
Version : 0.04
Release : 486.fc35
Architecture : noarch
Size : 19 k
Source : perl-5.34.1-486.fc35.src.rpm
Repository : updates
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.