How to Install and Uninstall perl-constant-boolean.noarch Package on Fedora 38

Last updated: October 13,2024

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

Please follow the steps below to install perl-constant-boolean.noarch on Fedora 38

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

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

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

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

3. Information about the perl-constant-boolean.noarch package on Fedora 38

Last metadata expiration check: 0:43:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-constant-boolean
Version : 0.02
Release : 36.fc38
Architecture : noarch
Size : 12 k
Source : perl-constant-boolean-0.02-36.fc38.src.rpm
Repository : fedora
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.