How to Install and Uninstall perl-ExtUtils-XSBuilder.noarch Package on Rocky Linux 8

Last updated: September 21,2024

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

In this section, we are going to explain the necessary steps to install perl-ExtUtils-XSBuilder.noarch on Rocky Linux 8

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

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

Please follow the steps below to uninstall perl-ExtUtils-XSBuilder.noarch on Rocky Linux 8:

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

3. Information about the perl-ExtUtils-XSBuilder.noarch package on Rocky Linux 8

Last metadata expiration check: 0:02:34 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-ExtUtils-XSBuilder
Version : 0.28
Release : 34.el8
Architecture : noarch
Size : 76 k
Source : perl-ExtUtils-XSBuilder-0.28-34.el8.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.