How to Install and Uninstall perl-B-Hooks-OP-Check Package on openSuSE Tumbleweed
Last updated: December 25,2024
1. Install "perl-B-Hooks-OP-Check" package
In this section, we are going to explain the necessary steps to install perl-B-Hooks-OP-Check on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-B-Hooks-OP-Check
Copied
2. Uninstall "perl-B-Hooks-OP-Check" package
This guide let you learn how to uninstall perl-B-Hooks-OP-Check on openSuSE Tumbleweed:
$
sudo zypper remove
perl-B-Hooks-OP-Check
Copied
3. Information about the perl-B-Hooks-OP-Check package on openSuSE Tumbleweed
Information for package perl-B-Hooks-OP-Check:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-B-Hooks-OP-Check
Version : 0.22-1.29
Arch : x86_64
Vendor : openSUSE
Installed Size : 42.9 KiB
Installed : No
Status : not installed
Source package : perl-B-Hooks-OP-Check-0.22-1.29.src
Upstream URL : http://search.cpan.org/dist/B-Hooks-OP-Check/
Summary : Wrap OP check callbacks
Description :
This module provides a C API for XS modules to hook into the callbacks of
'PL_check'.
ExtUtils::Depends is used to export all functions for other XS modules to
use. Include the following in your Makefile.PL:
my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::Check');
WriteMakefile(
... # your normal makefile flags
$pkg->get_makefile_vars,
);
Your XS module can now include 'hook_op_check.h'.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-B-Hooks-OP-Check
Version : 0.22-1.29
Arch : x86_64
Vendor : openSUSE
Installed Size : 42.9 KiB
Installed : No
Status : not installed
Source package : perl-B-Hooks-OP-Check-0.22-1.29.src
Upstream URL : http://search.cpan.org/dist/B-Hooks-OP-Check/
Summary : Wrap OP check callbacks
Description :
This module provides a C API for XS modules to hook into the callbacks of
'PL_check'.
ExtUtils::Depends is used to export all functions for other XS modules to
use. Include the following in your Makefile.PL:
my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::Check');
WriteMakefile(
... # your normal makefile flags
$pkg->get_makefile_vars,
);
Your XS module can now include 'hook_op_check.h'.