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

Last updated: November 28,2024

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

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

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Encode-Detect.src on Oracle Linux 8:

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

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

Last metadata expiration check: 1:13:34 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Encode-Detect
Version : 1.01
Release : 28.el8
Architecture : src
Size : 176 k
Source : None
Repository : ol8_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.