How to Install and Uninstall perl-Unicode-Map.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

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

Please follow the instructions below to install perl-Unicode-Map.x86_64 on Oracle Linux 9

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

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

This guide let you learn how to uninstall perl-Unicode-Map.x86_64 on Oracle Linux 9:

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

3. Information about the perl-Unicode-Map.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:20:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Unicode-Map
Version : 0.112
Release : 49.el9
Architecture : x86_64
Size : 224 k
Source : perl-Unicode-Map-0.112-49.el9.src.rpm
Repository : epel
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.