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

Last updated: June 15,2024

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

This tutorial shows how to install perl-Encode-Detect.src on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-Encode-Detect.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:32:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Encode-Detect
Version : 1.01
Release : 37.el9
Architecture : src
Size : 174 k
Source : None
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.