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

Last updated: July 03,2024

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

Please follow the step by step instructions below to install perl-ExtUtils-ParseXS.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-ExtUtils-ParseXS.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:28:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-ExtUtils-ParseXS
Epoch : 1
Version : 3.40
Release : 458.fc34
Architecture : noarch
Size : 183 k
Source : perl-ExtUtils-ParseXS-3.40-458.fc34.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+ 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.