How to Install and Uninstall perl-ExtUtils-ParseXS.src Package on Oracle Linux 8

Last updated: September 20,2024

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

Please follow the instructions below to install perl-ExtUtils-ParseXS.src on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-ExtUtils-ParseXS.src on Oracle Linux 8:

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

3. Information about the perl-ExtUtils-ParseXS.src package on Oracle Linux 8

Last metadata expiration check: 0:20:39 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-ExtUtils-ParseXS
Epoch : 1
Version : 3.40
Release : 439.module+el8.6.0+20545+312b6629
Architecture : src
Size : 137 k
Source : None
Repository : ol8_appstream
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.