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

Last updated: September 30,2024

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

Please follow the instructions below to install perl-Unicode-MapUTF8.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall perl-Unicode-MapUTF8.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:32:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Unicode-MapUTF8
Version : 1.14
Release : 6.fc36
Architecture : noarch
Size : 20 k
Source : perl-Unicode-MapUTF8-1.14-6.fc36.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.