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

Last updated: June 08,2024

1. Install "perl-Unicode-String" package

This is a short guide on how to install perl-Unicode-String on openSuSE Tumbleweed

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

2. Uninstall "perl-Unicode-String" package

Learn how to uninstall perl-Unicode-String on openSuSE Tumbleweed:

$ sudo zypper remove perl-Unicode-String

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

Information for package perl-Unicode-String:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Unicode-String
Version : 2.10-1.32
Arch : x86_64
Vendor : openSUSE
Installed Size : 585.0 KiB
Installed : No
Status : not installed
Source package : perl-Unicode-String-2.10-1.32.src
Upstream URL : http://search.cpan.org/dist/Unicode-String/
Summary : String of Unicode characters (UTF-16BE)
Description :
A 'Unicode::String' object represents a sequence of Unicode characters.
Methods are provided to convert between various external formats
(encodings) and 'Unicode::String' objects, and methods are provided for
common string manipulations.
The functions utf32be(), utf32le(), utf16be(), utf16le(), utf8(), utf7(),
latin1(), uhex(), uchr() can be imported from the 'Unicode::String' module
and will work as constructors initializing strings of the corresponding
encoding.
The 'Unicode::String' objects overload various operators, which means that
they in most cases can be treated like plain strings.
Internally a 'Unicode::String' object is represented by a string of 2 byte
numbers in network byte order (big-endian). This representation is not
visible by the API provided, but it might be useful to know in order to
predict the efficiency of the provided methods.