How to Install and Uninstall perl-constant-boolean.noarch Package on Rocky Linux 8

Last updated: July 05,2024

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

Please follow the guidance below to install perl-constant-boolean.noarch on Rocky Linux 8

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

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

Please follow the instructions below to uninstall perl-constant-boolean.noarch on Rocky Linux 8:

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

3. Information about the perl-constant-boolean.noarch package on Rocky Linux 8

Last metadata expiration check: 1:13:30 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-constant-boolean
Version : 0.02
Release : 29.el8
Architecture : noarch
Size : 16 k
Source : perl-constant-boolean-0.02-29.el8.src.rpm
Repository : epel
Summary : Define TRUE and FALSE constants
URL : https://metacpan.org/release/constant-boolean
License : GPL+ or Artistic
Description : Defines TRUE and FALSE constants in caller's namespace. You could use
: simple values like empty string or zero for false, or any non-empty and non-
: zero string value as true, but the TRUE and FALSE constants are more
: descriptive.