How to Install and Uninstall perl-enum.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "perl-enum.noarch" package
Please follow the instructions below to install perl-enum.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
perl-enum.noarch
Copied
2. Uninstall "perl-enum.noarch" package
Please follow the steps below to uninstall perl-enum.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
perl-enum.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-enum.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:00:30 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-enum
Version : 1.11
Release : 12.el8
Architecture : noarch
Size : 19 k
Source : perl-enum-1.11-12.el8.src.rpm
Repository : epel
Summary : C-style enumerated types and bitmask flags in Perl
URL : https://metacpan.org/release/enum
License : GPL+ or Artistic
Description : This module is used to define a set of constants with ordered numeric
: values, similar to the enum type in the C programming language.
: You can also define bitmask constants, where the value assigned to
: each constant has exactly one bit set (e.g. 1, 2, 4, 8, etc).
Available Packages
Name : perl-enum
Version : 1.11
Release : 12.el8
Architecture : noarch
Size : 19 k
Source : perl-enum-1.11-12.el8.src.rpm
Repository : epel
Summary : C-style enumerated types and bitmask flags in Perl
URL : https://metacpan.org/release/enum
License : GPL+ or Artistic
Description : This module is used to define a set of constants with ordered numeric
: values, similar to the enum type in the C programming language.
: You can also define bitmask constants, where the value assigned to
: each constant has exactly one bit set (e.g. 1, 2, 4, 8, etc).