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

Last updated: May 17,2024

1. Install "perl-experimental" package

Here is a brief guide to show you how to install perl-experimental on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-experimental

2. Uninstall "perl-experimental" package

This is a short guide on how to uninstall perl-experimental on openSUSE Leap:

$ sudo zypper remove perl-experimental

3. Information about the perl-experimental package on openSUSE Leap

Information for package perl-experimental:
------------------------------------------
Repository : Main Repository
Name : perl-experimental
Version : 0.030-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 33.2 KiB
Installed : No
Status : not installed
Source package : perl-experimental-0.030-bp155.1.4.src
Upstream URL : https://metacpan.org/release/experimental
Summary : Experimental features made easy
Description :
This pragma provides an easy and convenient way to enable or disable
experimental features.
Every version of perl has some number of features present but considered
"experimental." For much of the life of Perl 5, this was only a designation
found in the documentation. Starting in Perl v5.10.0, and more aggressively
in v5.18.0, experimental features were placed behind pragmata used to
enable the feature and disable associated warnings.
The 'experimental' pragma exists to combine the required incantations into
a single interface stable across releases of perl. For every experimental
feature, this should enable the feature and silence warnings for the
enclosing lexical scope:
use experimental 'feature-name';

5. The same packages on other Linux Distributions