How to Install and Uninstall perl-Net-IDN-Encode Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Net-IDN-Encode" package

This is a short guide on how to install perl-Net-IDN-Encode on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Net-IDN-Encode

2. Uninstall "perl-Net-IDN-Encode" package

Here is a brief guide to show you how to uninstall perl-Net-IDN-Encode on openSUSE Leap:

$ sudo zypper remove perl-Net-IDN-Encode

3. Information about the perl-Net-IDN-Encode package on openSUSE Leap

Information for package perl-Net-IDN-Encode:
--------------------------------------------
Repository : Main Repository
Name : perl-Net-IDN-Encode
Version : 2.500-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 295.6 KiB
Installed : No
Status : not installed
Source package : perl-Net-IDN-Encode-2.500-bp155.2.11.src
Upstream URL : https://metacpan.org/release/Net-IDN-Encode
Summary : Internationalizing Domain Names in Applications (IDNA)
Description :
This module provides an easy-to-use interface for encoding and decoding
Internationalized Domain Names (IDNs).
IDNs use characters drawn from a large repertoire (Unicode), but IDNA
allows the non-ASCII characters to be represented using only the ASCII
characters already allowed in so-called host names today
(letter-digit-hyphen, '/[A-Z0-9-]/i').
Use this module if you just want to convert domain names (or email
addresses), using whatever IDNA standard is the best choice at the moment.
You should be familiar with Unicode support in perl, as this module expects
correctly encoded input. See perlunitut, perluniintro and perlunicode for
details.