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

Last updated: May 20,2024

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

Here is a brief guide to show you how to install perl-ExtUtils-ParseXS.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-ExtUtils-ParseXS.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:02:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-ExtUtils-ParseXS
Epoch : 1
Version : 3.40
Release : 460.el9
Architecture : noarch
Size : 190 k
Source : perl-ExtUtils-ParseXS-3.40-460.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Module and a script for converting Perl XS code into C code
URL : https://metacpan.org/release/ExtUtils-ParseXS
License : GPL+ or Artistic
Description : ExtUtils::ParseXS will compile XS code into C code by embedding the
: constructs necessary to let C functions manipulate Perl values and creates
: the glue necessary to let Perl access those functions.