How to Install and Uninstall perl-Encode-HanExtra.x86_64 Package on Oracle Linux 9

Last updated: June 25,2024

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

This guide let you learn how to install perl-Encode-HanExtra.x86_64 on Oracle Linux 9

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

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

Here is a brief guide to show you how to uninstall perl-Encode-HanExtra.x86_64 on Oracle Linux 9:

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

3. Information about the perl-Encode-HanExtra.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:51:47 ago on Thu Feb 15 07:50:05 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.