How to Install and Uninstall perl-Encode-Detect.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 02,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 CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Encode-Detect.x86_64

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

This tutorial shows how to uninstall perl-Encode-Detect.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the perl-Encode-Detect.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Encode-Detect
Arch : x86_64
Version : 1.01
Release : 13.el7
Size : 186 k
Repo : installed
From repo : base
Summary : Encode::Encoding subclass that detects the encoding of data
URL : http://search.cpan.org/dist/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.