How to Install and Uninstall perl-Text-Unidecode.src Package on Oracle Linux 9

Last updated: May 19,2024

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

Please follow the steps below to install perl-Text-Unidecode.src on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-Text-Unidecode.src on Oracle Linux 9:

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

3. Information about the perl-Text-Unidecode.src package on Oracle Linux 9

Last metadata expiration check: 1:24:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Text-Unidecode
Version : 1.30
Release : 16.el9
Architecture : src
Size : 142 k
Source : None
Repository : ol9_appstream
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.