How to Install and Uninstall perl-encoding.x86_64 Package on Fedora 34

Last updated: September 18,2024

1. Install "perl-encoding.x86_64" package

Please follow the guidance below to install perl-encoding.x86_64 on Fedora 34

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

2. Uninstall "perl-encoding.x86_64" package

Please follow the guidance below to uninstall perl-encoding.x86_64 on Fedora 34:

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

3. Information about the perl-encoding.x86_64 package on Fedora 34

Last metadata expiration check: 5:25:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-encoding
Epoch : 4
Version : 3.00
Release : 462.fc34
Architecture : x86_64
Size : 62 k
Source : perl-Encode-3.15-462.fc34.src.rpm
Repository : updates
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.