How to Install and Uninstall perl-ExtUtils-XSpp Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "perl-ExtUtils-XSpp" package

Please follow the instructions below to install perl-ExtUtils-XSpp on openSuSE Tumbleweed

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

2. Uninstall "perl-ExtUtils-XSpp" package

Please follow the steps below to uninstall perl-ExtUtils-XSpp on openSuSE Tumbleweed:

$ sudo zypper remove perl-ExtUtils-XSpp

3. Information about the perl-ExtUtils-XSpp package on openSuSE Tumbleweed

Information for package perl-ExtUtils-XSpp:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-ExtUtils-XSpp
Version : 0.18-3.30
Arch : x86_64
Vendor : openSUSE
Installed Size : 598.9 KiB
Installed : No
Status : not installed
Source package : perl-ExtUtils-XSpp-0.18-3.30.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
%}