How To Install libchardet on Fedora 36
Introduction
In this tutorial we learn how to install libchardet on Fedora 36.
What is libchardet
libchardet provides an interface to Mozilla’s universal charset detector, which detects the charset used to encode data.
We can use yum or dnf to install libchardet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libchardet.
Install libchardet 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 libchardet using dnf by running the following command:
sudo dnf -y install libchardet
Install libchardet 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 libchardet using yum by running the following command:
sudo yum -y install libchardet
How To Uninstall libchardet on Fedora 36
To uninstall only the libchardet package we can use the following command:
sudo dnf remove libchardet
libchardet Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/0d6d841a74d742ba18542d1ff85b3ea720ee1a
/usr/lib64/libchardet.so.1
/usr/lib64/libchardet.so.1.0.0
/usr/share/doc/libchardet
/usr/share/doc/libchardet/Changelog
/usr/share/doc/libchardet/README.md
/usr/share/licenses/libchardet
/usr/share/licenses/libchardet/LICENSE
References
Summary
In this tutorial we learn how to install libchardet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libchardet on Fedora 36” linkTitle: “libchardet” type: “docs” description: “In this tutorial we learn how to install libchardet in Fedora 36. libchardet is Mozilla’s universal character set detector” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libchardet-featured.png
Introduction
In this tutorial we learn how to install libchardet on Fedora 36.
What is libchardet
libchardet provides an interface to Mozilla’s universal charset detector, which detects the charset used to encode data.
We can use yum or dnf to install libchardet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libchardet.
Install libchardet 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 libchardet using dnf by running the following command:
sudo dnf -y install libchardet
Install libchardet 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 libchardet using yum by running the following command:
sudo yum -y install libchardet
How To Uninstall libchardet on Fedora 36
To uninstall only the libchardet package we can use the following command:
sudo dnf remove libchardet
libchardet Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/74a53d4599c90533b3e702dab49c83959b11e9
/usr/lib/libchardet.so.1
/usr/lib/libchardet.so.1.0.0
/usr/share/doc/libchardet
/usr/share/doc/libchardet/Changelog
/usr/share/doc/libchardet/README.md
/usr/share/licenses/libchardet
/usr/share/licenses/libchardet/LICENSE
References
Summary
In this tutorial we learn how to install libchardet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).