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

Last updated: October 05,2024

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

This is a short guide on how to install perl-Encode-Detect.x86_64 on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall perl-Encode-Detect.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:02:45 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Encode-Detect
Version : 1.01
Release : 37.el9
Architecture : x86_64
Size : 97 k
Source : perl-Encode-Detect-1.01-37.el9.src.rpm
Repository : ol9_appstream
Summary : Encode::Encoding subclass that detects the encoding of data
URL : https://metacpan.org/release/Encode-Detect
License : MPLv1.1 or GPLv2+ or LGPLv2+
Description : This Perl module is an Encode::Encoding subclass that uses
: Encode::Detect::Detector to determine the charset of the input data and then
: decodes it using the encoder of the detected charset.