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

Last updated: June 26,2024

1. Install "perl-deprecate.noarch" package

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

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

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

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

Last metadata expiration check: 0:42:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-deprecate
Version : 0.04
Release : 477.fc34
Architecture : noarch
Size : 25 k
Source : perl-5.32.1-477.fc34.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.