How to Install and Uninstall perl-B-Hooks-OP-PPAddr Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "perl-B-Hooks-OP-PPAddr" package

Please follow the guidelines below to install perl-B-Hooks-OP-PPAddr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-B-Hooks-OP-PPAddr

2. Uninstall "perl-B-Hooks-OP-PPAddr" package

This guide covers the steps necessary to uninstall perl-B-Hooks-OP-PPAddr on openSuSE Tumbleweed:

$ sudo zypper remove perl-B-Hooks-OP-PPAddr

3. Information about the perl-B-Hooks-OP-PPAddr package on openSuSE Tumbleweed

Information for package perl-B-Hooks-OP-PPAddr:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-B-Hooks-OP-PPAddr
Version : 0.06-1.29
Arch : x86_64
Vendor : openSUSE
Installed Size : 41.7 KiB
Installed : No
Status : not installed
Source package : perl-B-Hooks-OP-PPAddr-0.06-1.29.src
Upstream URL : http://search.cpan.org/dist/B-Hooks-OP-PPAddr/
Summary : Hook into opcode execution
Description :
This module provides a C API for XS modules to hook into the execution of
perl opcodes.
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::PPAddr');
WriteMakefile(
... # your normal makefile flags
$pkg->get_makefile_vars,
);
Your XS module can now include 'hook_op_ppaddr.h'.