How to Install and Uninstall perl-Text-Unidecode.noarch Package on Fedora 34

Last updated: July 03,2024

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

Please follow the guidance below to install perl-Text-Unidecode.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Text-Unidecode.noarch

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

This guide let you learn how to uninstall perl-Text-Unidecode.noarch on Fedora 34:

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

3. Information about the perl-Text-Unidecode.noarch package on Fedora 34

Last metadata expiration check: 1:45:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Text-Unidecode
Version : 1.30
Release : 14.fc34
Architecture : noarch
Size : 142 k
Source : perl-Text-Unidecode-1.30-14.fc34.src.rpm
Repository : fedora
Summary : US-ASCII transliterations of Unicode text
URL : https://metacpan.org/release/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.