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

Last updated: May 21,2024

1. Install "perl-constant-defer.noarch" package

In this section, we are going to explain the necessary steps to install perl-constant-defer.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-constant-defer.noarch

2. Uninstall "perl-constant-defer.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-constant-defer.noarch on Fedora 36:

$ sudo dnf remove perl-constant-defer.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:04:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-constant-defer
Version : 6
Release : 23.fc36
Architecture : noarch
Size : 32 k
Source : perl-constant-defer-6-23.fc36.src.rpm
Repository : fedora
Summary : Constant subs with deferred value calculation
URL : https://metacpan.org/release/constant-defer
License : GPLv3+
Description : constant::defer creates a subroutine which on the first call runs given
: code to calculate its value, and on the second and subsequent calls just
: returns that value, like a constant. The value code is discarded once run,
: allowing it to be garbage collected.