How to Install and Uninstall perl-Net-IDN-Encode Package on openSuSE Tumbleweed

Last updated: July 03,2024

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

This is a short guide on how to install perl-Net-IDN-Encode on openSuSE Tumbleweed

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

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

Please follow the steps below to uninstall perl-Net-IDN-Encode on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-IDN-Encode

3. Information about the perl-Net-IDN-Encode package on openSuSE Tumbleweed

Information for package perl-Net-IDN-Encode:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-IDN-Encode
Version : 2.500-1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 293.3 KiB
Installed : No
Status : not installed
Source package : perl-Net-IDN-Encode-2.500-1.22.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.