How to Install and Uninstall perl-Text-Unidecode.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-Text-Unidecode.noarch" package

Please follow the instructions below to install perl-Text-Unidecode.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Text-Unidecode.noarch

2. Uninstall "perl-Text-Unidecode.noarch" package

Here is a brief guide to show you how to uninstall perl-Text-Unidecode.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Text-Unidecode.noarch $ sudo yum autoremove

3. Information about the perl-Text-Unidecode.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Text-Unidecode
Arch : noarch
Version : 0.04
Release : 20.el7
Size : 397 k
Repo : installed
From repo : base
Summary : US-ASCII transliterations of Unicode text
URL : http://search.cpan.org/dist/Text-Unidecode/
License : GPL+ or Artistic
Description :
: Text::Unidecode provides 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.