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

Last updated: May 03,2024

1. Install "perl-encoding.x86_64" package

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

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

2. Uninstall "perl-encoding.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-encoding.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:17:44 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-encoding
Epoch : 4
Version : 3.00
Release : 482.fc35
Architecture : x86_64
Size : 63 k
Source : perl-Encode-3.15-482.fc35.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.