How to Install and Uninstall perl-Unicode-Map.x86_64 Package on AlmaLinux 8

Last updated: November 25,2024

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

Please follow the instructions below to install perl-Unicode-Map.x86_64 on AlmaLinux 8

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

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

Please follow the step by step instructions below to uninstall perl-Unicode-Map.x86_64 on AlmaLinux 8:

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

3. Information about the perl-Unicode-Map.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:03:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Unicode-Map
Version : 0.112
Release : 49.el8
Architecture : x86_64
Size : 188 k
Source : perl-Unicode-Map-0.112-49.el8.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.