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

Last updated: May 19,2024

1. Install "perl-ExtUtils-Constant.noarch" package

In this section, we are going to explain the necessary steps to install perl-ExtUtils-Constant.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-ExtUtils-Constant.noarch

2. Uninstall "perl-ExtUtils-Constant.noarch" package

Please follow the step by step instructions below to uninstall perl-ExtUtils-Constant.noarch on Rocky Linux 9:

$ sudo dnf remove perl-ExtUtils-Constant.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:28:28 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-ExtUtils-Constant
Version : 0.25
Release : 480.el9
Architecture : noarch
Size : 47 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Generate XS code to import C header constants
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : ExtUtils::Constant facilitates generating C and XS wrapper code to allow
: Perl modules to AUTOLOAD constants defined in C library header files.