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

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-ExtUtils-H2PM.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall perl-ExtUtils-H2PM.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:44:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-ExtUtils-H2PM
Version : 0.10
Release : 14.fc34
Architecture : noarch
Size : 32 k
Source : perl-ExtUtils-H2PM-0.10-14.fc34.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.