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

Last updated: May 10,2024

1. Install "perl-PerlIO-Layers" package

This guide let you learn how to install perl-PerlIO-Layers on openSUSE Leap

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

2. Uninstall "perl-PerlIO-Layers" package

This guide covers the steps necessary to uninstall perl-PerlIO-Layers on openSUSE Leap:

$ sudo zypper remove perl-PerlIO-Layers

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

Information for package perl-PerlIO-Layers:
-------------------------------------------
Repository : Main Repository
Name : perl-PerlIO-Layers
Version : 0.012-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 41.2 KiB
Installed : No
Status : not installed
Source package : perl-PerlIO-Layers-0.012-bp155.2.11.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.