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

Last updated: April 28,2024

1. Install "perl-Text-Unidecode" package

Learn how to install perl-Text-Unidecode on openSuSE Tumbleweed

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

2. Uninstall "perl-Text-Unidecode" package

In this section, we are going to explain the necessary steps to uninstall perl-Text-Unidecode on openSuSE Tumbleweed:

$ sudo zypper remove perl-Text-Unidecode

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

Information for package perl-Text-Unidecode:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Text-Unidecode
Version : 1.30-2.53
Arch : noarch
Vendor : openSUSE
Installed Size : 448.7 KiB
Installed : No
Status : not installed
Source package : perl-Text-Unidecode-1.30-2.53.src
Upstream URL : http://search.cpan.org/dist/Text-Unidecode/
Summary : Plain Ascii Transliterations of Unicode Text
Description :
It often happens that you have non-Roman text data in Unicode, but you
can't display it-- usually because you're trying to show it to a user via
an application that doesn't support Unicode, or because the fonts you need
aren't accessible. You could represent the Unicode characters as "???????"
or "\15BA\15A0\1610...", but that's nearly useless to the user who actually
wants to read what the text says.
What Text::Unidecode provides is a function, 'unidecode(...)' that takes
Unicode data and tries to represent it in US-ASCII characters (i.e., the
universally displayable characters between 0x00 and 0x7F). The
representation is almost always an attempt at _transliteration_-- i.e.,
conveying, in Roman letters, the pronunciation expressed by the text in
some other writing system. (See the example in the synopsis.)
NOTE:
To make sure your perldoc/Pod viewing setup for viewing this page is
working: The six-letter word "résumé" should look like "resume" with an "/"
accent on each "e".
For further tests, and help if that doesn't work, see below, A POD ENCODING
TEST.