How to Install and Uninstall enca.i686 Package on Fedora 35

Last updated: September 28,2024

1. Install "enca.i686" package

Please follow the guidance below to install enca.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install enca.i686

2. Uninstall "enca.i686" package

In this section, we are going to explain the necessary steps to uninstall enca.i686 on Fedora 35:

$ sudo dnf remove enca.i686 $ sudo dnf autoremove

3. Information about the enca.i686 package on Fedora 35

Last metadata expiration check: 4:56:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : enca
Version : 1.19
Release : 8.fc35
Architecture : i686
Size : 111 k
Source : enca-1.19-8.fc35.src.rpm
Repository : fedora
Summary : Character set analyzer and detector
URL : http://cihar.com/software/enca
License : GPLv2
Description : Enca is an Extremely Naive Charset Analyser. It detects character set and
: encoding of text files and can also convert them to other encodings using
: either a built-in converter or external libraries and tools like libiconv,
: librecode, or cstocs.
:
: Currently, it has support for Belarussian, Bulgarian, Croatian, Czech,
: Estonian, Latvian, Lithuanian, Polish, Russian, Slovak, Slovene, Ukrainian,
: Chinese and some multibyte encodings (mostly variants of Unicode)
: independent on the language.
:
: This package also contains shared Enca library other programs can make use of.
:
: Install enca if you need to cope with text files of dubious origin
: and unknown encoding and convert them to some reasonable encoding.