How to Install and Uninstall perl-Unicode-Map.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-Unicode-Map.x86_64" package

Please follow the guidance below to install perl-Unicode-Map.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Unicode-Map.x86_64

2. Uninstall "perl-Unicode-Map.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Unicode-Map.x86_64 on Fedora 36:

$ sudo dnf remove perl-Unicode-Map.x86_64 $ sudo dnf autoremove

3. Information about the perl-Unicode-Map.x86_64 package on Fedora 36

Last metadata expiration check: 3:44:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Unicode-Map
Version : 0.112
Release : 56.fc36
Architecture : x86_64
Size : 225 k
Source : perl-Unicode-Map-0.112-56.fc36.src.rpm
Repository : fedora
Summary : Perl module for mapping charsets from and to utf16 unicode
URL : https://metacpan.org/release/Unicode-Map
License : GPL+ or Artistic
Description : This module converts strings from and to 2-byte Unicode UCS2 format.
: All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8
: encoding. To convert between UTF8 and UTF16 use Unicode::String.
:
: For historical reasons this module coexists with Unicode::Map8.
: Please use Unicode::Map8 unless you need to care for >1 byte character
: sets, e.g. Chinese GB2312. Anyway, if you stick to the basic
: functionality (see documentation) you can use both modules equivalently.