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

Last updated: July 03,2024

1. Install "enca.i686" package

This guide covers the steps necessary to install enca.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install enca.i686

2. Uninstall "enca.i686" package

Learn how to uninstall enca.i686 on Fedora 34:

$ sudo dnf remove enca.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:28:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : enca
Version : 1.19
Release : 7.fc34
Architecture : i686
Size : 115 k
Source : enca-1.19-7.fc34.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.