How to Install and Uninstall perl-PerlIO-via-dynamic Package on openSUSE Leap

Last updated: September 28,2024

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

Please follow the steps below to install perl-PerlIO-via-dynamic on openSUSE Leap

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

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

Please follow the step by step instructions below to uninstall perl-PerlIO-via-dynamic on openSUSE Leap:

$ sudo zypper remove perl-PerlIO-via-dynamic

3. Information about the perl-PerlIO-via-dynamic package on openSUSE Leap

Information for package perl-PerlIO-via-dynamic:
------------------------------------------------
Repository : Main Repository
Name : perl-PerlIO-via-dynamic
Version : 0.14-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 7.2 KiB
Installed : No
Status : not installed
Source package : perl-PerlIO-via-dynamic-0.14-bp155.2.9.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.