How to Install and Uninstall perl-encoding.x86_64 Package on Rocky Linux 8

Last updated: May 07,2024

1. Install "perl-encoding.x86_64" package

Learn how to install perl-encoding.x86_64 on Rocky Linux 8

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

2. Uninstall "perl-encoding.x86_64" package

Please follow the guidelines below to uninstall perl-encoding.x86_64 on Rocky Linux 8:

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

3. Information about the perl-encoding.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:27:46 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-encoding
Epoch : 4
Version : 2.22
Release : 3.el8
Architecture : x86_64
Size : 67 k
Source : perl-Encode-2.97-3.el8.src.rpm
Repository : appstream
Summary : Write your Perl script in non-ASCII or non-UTF-8
URL : http://search.cpan.org/dist/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.