How To Install uchardet on Fedora 36
Introduction
In this tutorial we learn how to install uchardet
on Fedora 36.
What is uchardet
Uchardet is a C language binding of the original C++ implementation of the universal charset detection library by Mozilla. Uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text.
We can use yum
or dnf
to install uchardet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uchardet.
Install uchardet 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 uchardet
using dnf
by running the following command:
sudo dnf -y install uchardet
Install uchardet 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 uchardet
using yum
by running the following command:
sudo yum -y install uchardet
How To Uninstall uchardet on Fedora 36
To uninstall only the uchardet
package we can use the following command:
sudo dnf remove uchardet
uchardet Package Contents on Fedora 36
/usr/bin/uchardet
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/c2b66c233653971c1d9c5a080ac6fd8d9f24b0
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/2df73b633d2170ae3496d6d932b71f612ee099
/usr/lib/libuchardet.so.0
/usr/lib/libuchardet.so.0.0.6
/usr/share/doc/uchardet
/usr/share/doc/uchardet/AUTHORS
/usr/share/licenses/uchardet
/usr/share/licenses/uchardet/COPYING
/usr/share/man/man1/uchardet.1.gz
References
Summary
In this tutorial we learn how to install uchardet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install uchardet on Fedora 36” linkTitle: “uchardet” type: “docs” description: “In this tutorial we learn how to install uchardet in Fedora 36. uchardet is An encoding detector library ported from Mozilla” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/uchardet-featured.png
Introduction
In this tutorial we learn how to install uchardet
on Fedora 36.
What is uchardet
Uchardet is a C language binding of the original C++ implementation of the universal charset detection library by Mozilla. Uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text.
We can use yum
or dnf
to install uchardet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uchardet.
Install uchardet 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 uchardet
using dnf
by running the following command:
sudo dnf -y install uchardet
Install uchardet 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 uchardet
using yum
by running the following command:
sudo yum -y install uchardet
How To Uninstall uchardet on Fedora 36
To uninstall only the uchardet
package we can use the following command:
sudo dnf remove uchardet
uchardet Package Contents on Fedora 36
/usr/bin/uchardet
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/3563ec4c405c8ee2ebf7d31b6097b03983be90
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/3b01a5e8f1243aba649a2661faa35ad88f4caf
/usr/lib64/libuchardet.so.0
/usr/lib64/libuchardet.so.0.0.6
/usr/share/doc/uchardet
/usr/share/doc/uchardet/AUTHORS
/usr/share/licenses/uchardet
/usr/share/licenses/uchardet/COPYING
/usr/share/man/man1/uchardet.1.gz
References
Summary
In this tutorial we learn how to install uchardet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).