How to Install and Uninstall perl-Text-Iconv Package on openSUSE Leap

Last updated: May 12,2024

1. Install "perl-Text-Iconv" package

In this section, we are going to explain the necessary steps to install perl-Text-Iconv on openSUSE Leap

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

2. Uninstall "perl-Text-Iconv" package

This is a short guide on how to uninstall perl-Text-Iconv on openSUSE Leap:

$ sudo zypper remove perl-Text-Iconv

3. Information about the perl-Text-Iconv package on openSUSE Leap

Information for package perl-Text-Iconv:
----------------------------------------
Repository : Main Repository
Name : perl-Text-Iconv
Version : 1.7-bp155.8.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 31.3 KiB
Installed : No
Status : not installed
Source package : perl-Text-Iconv-1.7-bp155.8.11.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.