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

Last updated: November 08,2024

1. Install "perl-Unicode-Normalize" package

In this section, we are going to explain the necessary steps to install perl-Unicode-Normalize on openSuSE Tumbleweed

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

2. Uninstall "perl-Unicode-Normalize" package

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

$ sudo zypper remove perl-Unicode-Normalize

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

Information for package perl-Unicode-Normalize:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Unicode-Normalize
Version : 1.26-1.21
Arch : x86_64
Vendor : openSUSE
Installed Size : 661.2 KiB
Installed : No
Status : not installed
Source package : perl-Unicode-Normalize-1.26-1.21.src
Upstream URL : https://metacpan.org/release/Unicode-Normalize
Summary : Unicode Normalization Forms
Description :
Parameters:
'$string' is used as a string under character semantics (see perlunicode).
'$code_point' should be an unsigned integer representing a Unicode code
point.
Note: Between XSUB and pure Perl, there is an incompatibility about the
interpretation of '$code_point' as a decimal number. XSUB converts
'$code_point' to an unsigned integer, but pure Perl does not. Do not use a
floating point nor a negative sign in '$code_point'.