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

Last updated: June 28,2024

1. Install "perl-ExtUtils-CBuilder" package

Please follow the guidance below to install perl-ExtUtils-CBuilder on openSUSE Leap

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

2. Uninstall "perl-ExtUtils-CBuilder" package

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

$ sudo zypper remove perl-ExtUtils-CBuilder

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

Information for package perl-ExtUtils-CBuilder:
-----------------------------------------------
Repository : Main Repository
Name : perl-ExtUtils-CBuilder
Version : 0.280236-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 98.5 KiB
Installed : No
Status : not installed
Source package : perl-ExtUtils-CBuilder-0.280236-bp155.2.9.src
Upstream URL : https://metacpan.org/release/ExtUtils-CBuilder
Summary : Compile and link C code for Perl modules
Description :
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner. It was
motivated by the 'Module::Build' project, but may be useful for other
purposes as well. However, it is _not_ intended as a general cross-platform
interface to all your C building needs. That would have been a much more
ambitious goal!