How to Install and Uninstall perl-Module-Build-WithXSpp Package on openSUSE Leap

Last updated: April 19,2024

1. Install "perl-Module-Build-WithXSpp" package

In this section, we are going to explain the necessary steps to install perl-Module-Build-WithXSpp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Module-Build-WithXSpp

2. Uninstall "perl-Module-Build-WithXSpp" package

This guide covers the steps necessary to uninstall perl-Module-Build-WithXSpp on openSUSE Leap:

$ sudo zypper remove perl-Module-Build-WithXSpp

3. Information about the perl-Module-Build-WithXSpp package on openSUSE Leap

Information for package perl-Module-Build-WithXSpp:
---------------------------------------------------
Repository : Main Repository
Name : perl-Module-Build-WithXSpp
Version : 0.14-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 38.2 KiB
Installed : No
Status : not installed
Source package : perl-Module-Build-WithXSpp-0.14-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Module-Build-WithXSpp/
Summary : XS++ enhanced flavour of Module::Build
Description :
This subclass of the Module::Build manpage adds some tools and processes to
make it easier to use for wrapping C++ using XS++ (the ExtUtils::XSpp
manpage).
There are a few minor differences from using 'Module::Build' for an
ordinary XS module and a few conventions that you should be aware of as an
XS++ module author. They are documented in the the /"FEATURES AND
CONVENTIONS" manpage section below. But if you can't be bothered to read
all that, you may choose skip it and blindly follow the advice in the
/"JUMP START FOR THE IMPATIENT" manpage.
An example of a full distribution based on this build tool can be found in
the the ExtUtils::XSpp manpage distribution under _examples/XSpp-Example_.
Using that example as the basis for your 'Module::Build::WithXSpp'-based
distribution is probably a good idea.