How to Install and Uninstall perl-ExtUtils-CChecker Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "perl-ExtUtils-CChecker" package

Please follow the instructions below to install perl-ExtUtils-CChecker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-ExtUtils-CChecker

2. Uninstall "perl-ExtUtils-CChecker" package

Please follow the instructions below to uninstall perl-ExtUtils-CChecker on openSuSE Tumbleweed:

$ sudo zypper remove perl-ExtUtils-CChecker

3. Information about the perl-ExtUtils-CChecker package on openSuSE Tumbleweed

Information for package perl-ExtUtils-CChecker:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-ExtUtils-CChecker
Version : 0.11-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 56.7 KiB
Installed : No
Status : not installed
Source package : perl-ExtUtils-CChecker-0.11-1.13.src
Upstream URL : https://metacpan.org/release/ExtUtils-CChecker
Summary : Configure-time utilities for using C headers,
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 existance of these
requirements before attempting to actually build the module.
Objects in this class provide an extension around ExtUtils::CBuilder to
simplify the creation of a _.c_ file, compiling, linking and running it, to
test if a certain feature is present.
It may also be necessary to search for the correct library to link against,
or for the right include directories to find header files in. This class
also provides assistance here.