How to Install and Uninstall perl-Scalar-String Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "perl-Scalar-String" package

Please follow the guidance below to install perl-Scalar-String on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Scalar-String

2. Uninstall "perl-Scalar-String" package

Please follow the guidelines below to uninstall perl-Scalar-String on openSuSE Tumbleweed:

$ sudo zypper remove perl-Scalar-String

3. Information about the perl-Scalar-String package on openSuSE Tumbleweed

Information for package perl-Scalar-String:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Scalar-String
Version : 0.003-1.27
Arch : x86_64
Vendor : openSUSE
Installed Size : 28.9 KiB
Installed : No
Status : not installed
Source package : perl-Scalar-String-0.003-1.27.src
Upstream URL : http://search.cpan.org/dist/Scalar-String/
Summary : String Aspects of Scalars
Description :
This module is about the string part of plain Perl scalars. A scalar has a
string value, which is notionally a sequence of Unicode codepoints, but may
be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so
in older versions of Perl, the internal encoding shows through. To fully
understand Perl strings it is necessary to understand these implementation
details.
This module provides functions to classify a string by encoding and to
encode a string in a desired way.
This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.