How to Install and Uninstall perl-constant-defer.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

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

This guide let you learn how to install perl-constant-defer.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Learn how to uninstall perl-constant-defer.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-constant-defer.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 2:01:51 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-constant-defer
Version : 6
Release : 15.el8
Architecture : noarch
Size : 34 k
Source : perl-constant-defer-6-15.el8.src.rpm
Repository : epel
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.