How to Install and Uninstall perl-Package-Variant Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Package-Variant" package

In this section, we are going to explain the necessary steps to install perl-Package-Variant on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Package-Variant

2. Uninstall "perl-Package-Variant" package

In this section, we are going to explain the necessary steps to uninstall perl-Package-Variant on openSUSE Leap:

$ sudo zypper remove perl-Package-Variant

3. Information about the perl-Package-Variant package on openSUSE Leap

Information for package perl-Package-Variant:
---------------------------------------------
Repository : Main Repository
Name : perl-Package-Variant
Version : 1.003002-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 32.1 KiB
Installed : No
Status : not installed
Source package : perl-Package-Variant-1.003002-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/Package-Variant/
Summary : Parameterizable packages
Description :
This module allows you to build a variable package that contains a package
template and can use it to build variant packages at runtime.
Your variable package will export a subroutine which will build a variant
package, combining its arguments with the template, and return the name of
the new variant package.
The implementation does not care about what kind of packages it builds, be
they simple function exporters, classes, singletons or something entirely
different.