How to Install and Uninstall perl-ExtUtils-XSBuilder.noarch Package on Oracle Linux 9

Last updated: July 05,2024

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

This is a short guide on how to install perl-ExtUtils-XSBuilder.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the perl-ExtUtils-XSBuilder.noarch package on Oracle Linux 9

Last metadata expiration check: 0:20:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-ExtUtils-XSBuilder
Version : 0.28
Release : 34.el9
Architecture : noarch
Size : 71 k
Source : perl-ExtUtils-XSBuilder-0.28-34.el9.src.rpm
Repository : epel
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.