How to Install and Uninstall perl-ExtUtils-XSpp Package on openSUSE Leap

Last updated: March 29,2024

1. Install "perl-ExtUtils-XSpp" package

Please follow the step by step instructions below to install perl-ExtUtils-XSpp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-ExtUtils-XSpp

2. Uninstall "perl-ExtUtils-XSpp" package

This tutorial shows how to uninstall perl-ExtUtils-XSpp on openSUSE Leap:

$ sudo zypper remove perl-ExtUtils-XSpp

3. Information about the perl-ExtUtils-XSpp package on openSUSE Leap

Information for package perl-ExtUtils-XSpp:
-------------------------------------------
Repository : Main Repository
Name : perl-ExtUtils-XSpp
Version : 0.18-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 620.7 KiB
Installed : No
Status : not installed
Source package : perl-ExtUtils-XSpp-0.18-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/ExtUtils-XSpp/
Summary : XS for C++
Description :
Anything that does not look like a XS++ directive or a class declaration is
passed verbatim to XS. If you want XS++ to ignore code that looks like a
XS++ directive or class declaration, simply surround it with a raw block
delimiter like this:
%{
XS++ won't interpret this
%}