How to Install and Uninstall perl-Unicode-MapUTF8.noarch Package on Fedora 34

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install perl-Unicode-MapUTF8.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-Unicode-MapUTF8.noarch on Fedora 34:

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

3. Information about the perl-Unicode-MapUTF8.noarch package on Fedora 34

Last metadata expiration check: 0:12:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Unicode-MapUTF8
Version : 1.14
Release : 3.fc34
Architecture : noarch
Size : 21 k
Source : perl-Unicode-MapUTF8-1.14-3.fc34.src.rpm
Repository : fedora
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.