How to Install and Uninstall perl-Scalar-String Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Scalar-String" package

Here is a brief guide to show you how to install perl-Scalar-String on openSUSE Leap

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

2. Uninstall "perl-Scalar-String" package

This tutorial shows how to uninstall perl-Scalar-String on openSUSE Leap:

$ sudo zypper remove perl-Scalar-String

3. Information about the perl-Scalar-String package on openSUSE Leap

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