How to Install and Uninstall perl-Unicode-MapUTF8.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "perl-Unicode-MapUTF8.noarch" package

Here is a brief guide to show you how to install perl-Unicode-MapUTF8.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Unicode-MapUTF8.noarch

2. Uninstall "perl-Unicode-MapUTF8.noarch" package

Please follow the guidance below to uninstall perl-Unicode-MapUTF8.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Unicode-MapUTF8.noarch $ sudo dnf autoremove

3. Information about the perl-Unicode-MapUTF8.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:18:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Unicode-MapUTF8
Version : 1.14
Release : 2.el9
Architecture : noarch
Size : 21 k
Source : perl-Unicode-MapUTF8-1.14-2.el9.src.rpm
Repository : epel
Summary : Conversions to and from arbitrary character sets and UTF8
URL : https://metacpan.org/release/Unicode-MapUTF8
License : MIT
Description : Unicode::MapUTF8 Provides an adapter layer between core routines for
: converting to and from UTF8 and other encodings. In essence, a way to
: give multiple existing Unicode modules a single common interface so
: you don't have to know the underlying implementations to do simple
: UTF8 to-from other character set string conversions. As such, it wraps
: the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in
: a standardized and simple API.