How to Install and Uninstall perl-B-Hooks-OP-PPAddr Package on openSUSE Leap

Last updated: May 13,2024

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

This is a short guide on how to install perl-B-Hooks-OP-PPAddr on openSUSE Leap

$ 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 Leap:

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

3. Information about the perl-B-Hooks-OP-PPAddr package on openSUSE Leap

Information for package perl-B-Hooks-OP-PPAddr:
-----------------------------------------------
Repository : Main Repository
Name : perl-B-Hooks-OP-PPAddr
Version : 0.06-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 37.8 KiB
Installed : No
Status : not installed
Source package : perl-B-Hooks-OP-PPAddr-0.06-bp155.2.11.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'.