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

Last updated: July 03,2024

1. Install "perl-PerlIO-locale" package

Please follow the steps below to install perl-PerlIO-locale on openSuSE Tumbleweed

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

2. Uninstall "perl-PerlIO-locale" package

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

$ sudo zypper remove perl-PerlIO-locale

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

Information for package perl-PerlIO-locale:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-PerlIO-locale
Version : 0.10-1.36
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.0 KiB
Installed : No
Status : not installed
Source package : perl-PerlIO-locale-0.10-1.36.src
Upstream URL : http://search.cpan.org/dist/PerlIO-locale/
Summary : PerlIO layer to use the encoding of the current locale
Description :
This is mostly a per-filehandle version of the 'open' pragma, when used
under the form
use open ':locale';
The encoding for the opened file will be set to the encoding corresponding
to the locale currently in effect, if perl can guess it.