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

Last updated: September 24,2024

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

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

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

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

This is a short guide on how to uninstall perl-ExtUtils-H2PM.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:52:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-ExtUtils-H2PM
Version : 0.10
Release : 16.fc35
Architecture : noarch
Size : 31 k
Source : perl-ExtUtils-H2PM-0.10-16.fc35.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.