How to Install and Uninstall perl-Module-Runtime Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Module-Runtime" package

Here is a brief guide to show you how to install perl-Module-Runtime on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Module-Runtime

2. Uninstall "perl-Module-Runtime" package

Here is a brief guide to show you how to uninstall perl-Module-Runtime on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Runtime

3. Information about the perl-Module-Runtime package on openSuSE Tumbleweed

Information for package perl-Module-Runtime:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Module-Runtime
Version : 0.016-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 30.4 KiB
Installed : No
Status : not installed
Source package : perl-Module-Runtime-0.016-1.23.src
Upstream URL : http://search.cpan.org/dist/Module-Runtime/
Summary : Runtime Module Handling
Description :
The functions exported by this module deal with runtime handling of Perl
modules, which are normally handled at compile time. This module avoids
using any other modules, so that it can be used in low-level
infrastructure.
The parts of this module that work with module names apply the same syntax
that is used for barewords in Perl source. In principle this syntax can
vary between versions of Perl, and this module applies the syntax of the
Perl on which it is running. In practice the usable syntax hasn't changed
yet. There's some intent for Unicode module names to be supported in the
future, but this hasn't yet amounted to any consistent facility.
The functions of this module whose purpose is to load modules include
workarounds for three old Perl core bugs regarding 'require'. These
workarounds are applied on any Perl version where the bugs exist, except
for a case where one of the bugs cannot be adequately worked around in pure
Perl.