How To Install enca on Fedora 36
Introduction
In this tutorial we learn how to install enca
on Fedora 36.
What is enca
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.
We can use yum
or dnf
to install enca
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install enca.
Install enca on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install enca
using dnf
by running the following command:
sudo dnf -y install enca
Install enca on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install enca
using yum
by running the following command:
sudo yum -y install enca
How To Uninstall enca on Fedora 36
To uninstall only the enca
package we can use the following command:
sudo dnf remove enca
enca Package Contents on Fedora 36
/usr/bin/enca
/usr/bin/enconv
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/8e3a2ca22ab372c5f1450fd93636f71ce55994
/usr/lib/.build-id/75
/usr/lib/.build-id/75/205c40303cfe027dba38a586417688053255ea
/usr/lib/libenca.so.0
/usr/lib/libenca.so.0.5.1
/usr/share/doc/enca
/usr/share/doc/enca/AUTHORS
/usr/share/doc/enca/COPYING
/usr/share/doc/enca/FAQ
/usr/share/doc/enca/README
/usr/share/doc/enca/THANKS
/usr/share/doc/enca/TODO
/usr/share/man/man1/enca.1.gz
/usr/share/man/man1/enconv.1.gz
References
Summary
In this tutorial we learn how to install enca
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install enca on Fedora 36” linkTitle: “enca” type: “docs” description: “In this tutorial we learn how to install enca in Fedora 36. enca is Character set analyzer and detector” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/enca-featured.png
Introduction
In this tutorial we learn how to install enca
on Fedora 36.
What is enca
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.
We can use yum
or dnf
to install enca
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install enca.
Install enca on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install enca
using dnf
by running the following command:
sudo dnf -y install enca
Install enca on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install enca
using yum
by running the following command:
sudo yum -y install enca
How To Uninstall enca on Fedora 36
To uninstall only the enca
package we can use the following command:
sudo dnf remove enca
enca Package Contents on Fedora 36
/usr/bin/enca
/usr/bin/enconv
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/46263df80b712057c653584430fb9a4bcfa87e
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/fab79cddf5d04bcbcfe6e9ca3893612f3457ab
/usr/lib64/libenca.so.0
/usr/lib64/libenca.so.0.5.1
/usr/share/doc/enca
/usr/share/doc/enca/AUTHORS
/usr/share/doc/enca/COPYING
/usr/share/doc/enca/FAQ
/usr/share/doc/enca/README
/usr/share/doc/enca/THANKS
/usr/share/doc/enca/TODO
/usr/share/man/man1/enca.1.gz
/usr/share/man/man1/enconv.1.gz
References
Summary
In this tutorial we learn how to install enca
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).