How to Install and Uninstall perl-ExtUtils-CChecker.noarch Package on Fedora 36

Last updated: January 16,2025

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

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

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

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

This guide let you learn how to uninstall perl-ExtUtils-CChecker.noarch on Fedora 36:

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

3. Information about the perl-ExtUtils-CChecker.noarch package on Fedora 36

Last metadata expiration check: 2:46:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-ExtUtils-CChecker
Version : 0.11
Release : 3.fc36
Architecture : noarch
Size : 29 k
Source : perl-ExtUtils-CChecker-0.11-3.fc36.src.rpm
Repository : fedora
Summary : Configure-time utilities for using C headers, libraries, or OS features
URL : https://metacpan.org/release/ExtUtils-CChecker
License : GPL+ or Artistic
Description : Often Perl modules are written to wrap functionality found in existing C
: headers, libraries, or to use OS-specific features. It is useful in the
: Build.PL or Makefile.PL file to check for the existence of these
: requirements before attempting to actually build the module.