How to Install and Uninstall perl-Unicode-String Package on openSUSE Leap
Last updated: November 07,2024
1. Install "perl-Unicode-String" package
Please follow the instructions below to install perl-Unicode-String on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Unicode-String
Copied
2. Uninstall "perl-Unicode-String" package
In this section, we are going to explain the necessary steps to uninstall perl-Unicode-String on openSUSE Leap:
$
sudo zypper remove
perl-Unicode-String
Copied
3. Information about the perl-Unicode-String package on openSUSE Leap
Information for package perl-Unicode-String:
--------------------------------------------
Repository : Main Repository
Name : perl-Unicode-String
Version : 2.10-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 581.4 KiB
Installed : No
Status : not installed
Source package : perl-Unicode-String-2.10-bp155.2.11.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.
--------------------------------------------
Repository : Main Repository
Name : perl-Unicode-String
Version : 2.10-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 581.4 KiB
Installed : No
Status : not installed
Source package : perl-Unicode-String-2.10-bp155.2.11.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.