How to Install and Uninstall perl-Encode-Detect.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

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

Please follow the step by step instructions below to install perl-Encode-Detect.x86_64 on Rocky Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-Encode-Detect.x86_64 on Rocky Linux 8:

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

3. Information about the perl-Encode-Detect.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:47:18 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Encode-Detect
Version : 1.01
Release : 28.el8
Architecture : x86_64
Size : 88 k
Source : perl-Encode-Detect-1.01-28.el8.src.rpm
Repository : 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.