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

Last updated: May 09,2024

1. Install "perl-PerlIO-Layers" package

Learn how to install perl-PerlIO-Layers on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-PerlIO-Layers

2. Uninstall "perl-PerlIO-Layers" package

Please follow the guidelines below to uninstall perl-PerlIO-Layers on openSuSE Tumbleweed:

$ sudo zypper remove perl-PerlIO-Layers

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

Information for package perl-PerlIO-Layers:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-PerlIO-Layers
Version : 0.012-1.20
Arch : x86_64
Vendor : openSUSE
Installed Size : 44.3 KiB
Installed : No
Status : not installed
Source package : perl-PerlIO-Layers-0.012-1.20.src
Upstream URL : https://metacpan.org/release/PerlIO-Layers
Summary : Querying your filehandle's capabilities
Description :
Perl's filehandles are implemented as a stack of layers, with the
bottom-most usually doing the actual IO and the higher ones doing
buffering, encoding/decoding or transformations. PerlIO::Layers allows you
to query the filehandle's properties concerning these layers.