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

Last updated: November 29,2024

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

Here is a brief guide to show you how to install perl-Unicode-Map.x86_64 on Fedora 39

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

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

This is a short guide on how to uninstall perl-Unicode-Map.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:48:01 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Unicode-Map
Version : 0.112
Release : 61.fc39
Architecture : x86_64
Size : 242 k
Source : perl-Unicode-Map-0.112-61.fc39.src.rpm
Repository : fedora
Summary : Perl module for mapping charsets from and to utf16 unicode
URL : https://metacpan.org/release/Unicode-Map
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.