How to Install and Uninstall perl-enum.noarch Package on Rocky Linux 9

Last updated: January 11,2025

1. Install "perl-enum.noarch" package

Please follow the step by step instructions below to install perl-enum.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-enum.noarch

2. Uninstall "perl-enum.noarch" package

This is a short guide on how to uninstall perl-enum.noarch on Rocky Linux 9:

$ sudo dnf remove perl-enum.noarch $ sudo dnf autoremove

3. Information about the perl-enum.noarch package on Rocky Linux 9

Last metadata expiration check: 1:28:49 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-enum
Version : 1.12
Release : 2.el9
Architecture : noarch
Size : 18 k
Source : perl-enum-1.12-2.el9.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).