How to Install and Uninstall perl-ExtUtils-H2PM.noarch Package on Fedora 39

Last updated: June 02,2024

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

This guide covers the steps necessary to install perl-ExtUtils-H2PM.noarch on Fedora 39

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

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

Learn how to uninstall perl-ExtUtils-H2PM.noarch on Fedora 39:

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

3. Information about the perl-ExtUtils-H2PM.noarch package on Fedora 39

Last metadata expiration check: 1:32:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-ExtUtils-H2PM
Version : 0.11
Release : 2.fc39
Architecture : noarch
Size : 30 k
Source : perl-ExtUtils-H2PM-0.11-2.fc39.src.rpm
Repository : fedora
Summary : Automatically generate perl modules to wrap C header files
URL : https://metacpan.org/release/ExtUtils-H2PM
License : GPL+ or Artistic
Description : This module assists in generating wrappers around system functionality,
: such as socket() types or ioctl() calls, where the only interesting
: features required are the values of some constants or layouts of structures
: normally only known to the C header files. Rather than writing an entire XS
: module just to contain some constants and pack/unpack functions, this
: module allows the author to generate, at module build time, a pure perl
: module containing constant declarations and structure utility functions.
: The module then requires no XS module to be loaded at run time.