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

Last updated: June 26,2024

1. Install "perl-Test-CChecker" package

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

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

2. Uninstall "perl-Test-CChecker" package

This guide let you learn how to uninstall perl-Test-CChecker on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-CChecker

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

Information for package perl-Test-CChecker:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-CChecker
Version : 0.10-1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 34.7 KiB
Installed : No
Status : not installed
Source package : perl-Test-CChecker-0.10-1.22.src
Upstream URL : https://metacpan.org/release/Test-CChecker
Summary : Test-time utilities for checking C headers, libraries, or OS features (D[cut]
Description :
*DEPRECATED*: The intention of this module was always to test Alien modules
(both Alien::Base based and non-Alien::Base based modules). It has a number
of shortcomings that I believe to be better addressed by Test::Alien, so
please consider using that for new projects, or even migrating existing
code.
This module is a very thin convenience wrapper around ExtUtils::CChecker to
make it useful for use in a test context. It is intended for use with Alien
modules which need to verify that libraries work as intended with the
Compiler and flags used by Perl to build XS modules.
By default this module is very quiet, hiding all output using Capture::Tiny
unless there is a failure, in which case you will see the commands, flags
and output used.