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

Last updated: September 19,2024

1. Install "perl-encoding.x86_64" package

Here is a brief guide to show you how to install perl-encoding.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-encoding.x86_64

2. Uninstall "perl-encoding.x86_64" package

This tutorial shows how to uninstall perl-encoding.x86_64 on Oracle Linux 9:

$ sudo dnf remove perl-encoding.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:15:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-encoding
Epoch : 4
Version : 3.00
Release : 462.el9
Architecture : x86_64
Size : 68 k
Source : perl-Encode-3.08-462.el9.src.rpm
Repository : ol9_appstream
Summary : Write your Perl script in non-ASCII or non-UTF-8
URL : https://metacpan.org/release/Encode
License : GPL+ or Artistic
Description : With the encoding pragma, you can write your Perl script in any encoding you
: like (so long as the Encode module supports it) and still enjoy Unicode
: support.
:
: However, this encoding module is deprecated under perl 5.18. It uses
: a mechanism provided by perl that is deprecated under 5.18 and higher, and may
: be removed in a future version.
:
: The easiest and the best alternative is to write your script in UTF-8.