How to Install and Uninstall perl-ExtUtils-Constant.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

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

This tutorial shows how to install perl-ExtUtils-Constant.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the steps below to uninstall perl-ExtUtils-Constant.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-ExtUtils-Constant.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:09:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-ExtUtils-Constant
Version : 0.25
Release : 480.el9
Architecture : noarch
Size : 50 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.