How to Install and Uninstall perl-Encode-Detect.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

This tutorial shows how to install perl-Encode-Detect.x86_64 on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Encode-Detect.x86_64 package on Fedora 34

Last metadata expiration check: 2:14:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Encode-Detect
Version : 1.01
Release : 35.fc34
Architecture : x86_64
Size : 91 k
Source : perl-Encode-Detect-1.01-35.fc34.src.rpm
Repository : fedora
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.