How to Install and Uninstall perl-Unicode-MapUTF8.noarch Package on AlmaLinux 9

Last updated: October 08,2024

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

Please follow the instructions below to install perl-Unicode-MapUTF8.noarch on AlmaLinux 9

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

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

Learn how to uninstall perl-Unicode-MapUTF8.noarch on AlmaLinux 9:

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

3. Information about the perl-Unicode-MapUTF8.noarch package on AlmaLinux 9

Last metadata expiration check: 0:44:48 ago on Wed Mar 13 07:41:12 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.