How to Install and Uninstall perl-Text-Iconv Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "perl-Text-Iconv" package

Please follow the guidance below to install perl-Text-Iconv on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Text-Iconv

2. Uninstall "perl-Text-Iconv" package

This guide let you learn how to uninstall perl-Text-Iconv on openSuSE Tumbleweed:

$ sudo zypper remove perl-Text-Iconv

3. Information about the perl-Text-Iconv package on openSuSE Tumbleweed

Information for package perl-Text-Iconv:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Text-Iconv
Version : 1.7-23.43
Arch : x86_64
Vendor : openSUSE
Installed Size : 31.1 KiB
Installed : No
Status : not installed
Source package : perl-Text-Iconv-1.7-23.43.src
Upstream URL : http://search.cpan.org/dist/Text-Iconv
Summary : Perl interface to iconv() codeset conversion function
Description :
The Text::Iconv module provides a Perl interface to the iconv() function as
defined by the Single UNIX Specification.
The convert() method converts the encoding of characters in the input string
from the fromcode codeset to the tocode codeset, and returns the result.
Settings of fromcode and tocode and their permitted combinations are
implementation-dependent. Valid values are specified in the system
documentation; the iconv(1) utility should also provide a -l option that lists
all supported codesets.