How to Install and Uninstall perl-ExtUtils-ParseXS.noarch Package on Fedora 39

Last updated: January 11,2025

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

In this section, we are going to explain the necessary steps to install perl-ExtUtils-ParseXS.noarch on Fedora 39

$ 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 Fedora 39:

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

3. Information about the perl-ExtUtils-ParseXS.noarch package on Fedora 39

Last metadata expiration check: 5:27:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-ExtUtils-ParseXS
Epoch : 1
Version : 3.51
Release : 500.fc39
Architecture : noarch
Size : 187 k
Source : perl-ExtUtils-ParseXS-3.51-500.fc39.src.rpm
Repository : fedora
Summary : Module and a script for converting Perl XS code into C code
URL : https://metacpan.org/release/ExtUtils-ParseXS
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.