How to Install and Uninstall perl-Encode-Detect Package on openSUSE Leap

Last updated: July 03,2024

1. Install "perl-Encode-Detect" package

This guide let you learn how to install perl-Encode-Detect on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Encode-Detect

2. Uninstall "perl-Encode-Detect" package

Please follow the guidance below to uninstall perl-Encode-Detect on openSUSE Leap:

$ sudo zypper remove perl-Encode-Detect

3. Information about the perl-Encode-Detect package on openSUSE Leap

Information for package perl-Encode-Detect:
-------------------------------------------
Repository : Main Repository
Name : perl-Encode-Detect
Version : 1.01-4.27
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 185.3 KiB
Installed : No
Status : not installed
Source package : perl-Encode-Detect-1.01-4.27.src
Upstream URL : http://search.cpan.org/dist/Encode-Detect
Summary : An Encode::Encoding subclass that detects the encoding of data
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.
It is similar to Encode::Guess, but does not require the configuration of a set
of expected encodings. Like Encode::Guess, it only supports decoding--it cannot
encode.