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

Last updated: November 28,2024

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

This tutorial shows how to install perl-ExtUtils-Constant.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall perl-ExtUtils-Constant.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:07:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-ExtUtils-Constant
Version : 0.25
Release : 480.el9
Architecture : noarch
Size : 56 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_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.