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

Last updated: July 05,2024

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

Here is a brief guide to show you how to install perl-ExtUtils-XSBuilder.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-ExtUtils-XSBuilder.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:57:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-ExtUtils-XSBuilder
Version : 0.28
Release : 38.fc34
Architecture : noarch
Size : 72 k
Source : perl-ExtUtils-XSBuilder-0.28-38.fc34.src.rpm
Repository : fedora
Summary : Modules that parse C header files and create XS glue code
URL : https://metacpan.org/release/ExtUtils-XSBuilder
License : GPL+ or Artistic
Description : ExtUtils::XSBuilder is a set of modules to parse C header files and create
: XS glue code and documentation out of it. Ideally this allows one to "write"
: an interface to a C library without coding a line. Since no C-API is ideal,
: some adjustments are necessary most of the time. So to use this module you
: must still be familiar with C and XS programming, but it removes a lot of
: stupid work and copy&paste from you. Also when the C API changes, most
: of the time you only have to rerun XSBuilder to get your new Perl API.