How to Install and Uninstall perl-PerlIO-via-dynamic Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "perl-PerlIO-via-dynamic" package

This is a short guide on how to install perl-PerlIO-via-dynamic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-PerlIO-via-dynamic

2. Uninstall "perl-PerlIO-via-dynamic" package

In this section, we are going to explain the necessary steps to uninstall perl-PerlIO-via-dynamic on openSuSE Tumbleweed:

$ sudo zypper remove perl-PerlIO-via-dynamic

3. Information about the perl-PerlIO-via-dynamic package on openSuSE Tumbleweed

Information for package perl-PerlIO-via-dynamic:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-PerlIO-via-dynamic
Version : 0.14-6.24
Arch : noarch
Vendor : openSUSE
Installed Size : 7.0 KiB
Installed : No
Status : not installed
Source package : perl-PerlIO-via-dynamic-0.14-6.24.src
Upstream URL : http://search.cpan.org/dist/PerlIO-via-dynamic/
Summary : Dynamic Perlio Layers
Description :
'PerlIO::via::dynamic' is used for creating dynamic PerlIO layers. It is
useful when the behavior or the layer depends on variables. You should not
use this module as via layer directly (ie :via(dynamic)).
Use the constructor to create new layers, with two arguments: translate and
untranslate. Then use '$p-'via ($fh)> to wrap the handle. Once <$fh> is
destroyed, the temporary namespace for the IO layer will be removed.
Note that PerlIO::via::dynamic uses the scalar fields to reference to the
object representing the dynamic namespace.