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

Last updated: October 13,2024

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

This is a short guide on how to install perl-ExtUtils-XSBuilder.noarch on Fedora 36

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

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

Learn how to uninstall perl-ExtUtils-XSBuilder.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:30:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-ExtUtils-XSBuilder
Version : 0.28
Release : 41.fc36
Architecture : noarch
Size : 71 k
Source : perl-ExtUtils-XSBuilder-0.28-41.fc36.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.