How to Install and Uninstall perl-Encode-HanExtra.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 05,2024

1. Install "perl-Encode-HanExtra.x86_64" package

Please follow the guidance below to install perl-Encode-HanExtra.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Encode-HanExtra.x86_64

2. Uninstall "perl-Encode-HanExtra.x86_64" package

This tutorial shows how to uninstall perl-Encode-HanExtra.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Encode-HanExtra.x86_64 $ sudo dnf autoremove

3. Information about the perl-Encode-HanExtra.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:33:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Encode-HanExtra
Version : 0.23
Release : 34.el9
Architecture : x86_64
Size : 2.0 M
Source : perl-Encode-HanExtra-0.23-34.el9.src.rpm
Repository : epel
Summary : Extra sets of Chinese encodings
URL : https://metacpan.org/release/Encode-HanExtra
License : MIT
Description : Perl 5.7.3 and later ships with an adequate set of Chinese encodings,
: including the commonly used CP950, CP936 (also known as GBK), Big5 (alias
: for Big5-Eten), Big5-HKSCS, EUC-CN, HZ, and ISO-IR-165.
: However, the numbers of Chinese encodings are staggering, and a complete
: coverage will easily increase the size of perl distribution by several
: megabytes; hence, this CPAN module tries to provide the rest of them.
: If you are using Perl 5.8 or later, Encode::CN and Encode::TW will
: automatically load the extra encodings for you, so there's no need to
: explicitly write use Encode::HanExtra if you are using one of them already.