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

Last updated: September 29,2024

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

This tutorial shows how to install perl-constant-boolean.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

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

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

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

Last metadata expiration check: 0:04:05 ago on Mon Feb 26 15:59:38 2024.
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.