How To Install python3-cchardet on Fedora 36

In this tutorial we learn how to install python3-cchardet in Fedora 36. python3-cchardet is High speed universal character encoding detector

Introduction

In this tutorial we learn how to install python3-cchardet on Fedora 36.

What is python3-cchardet

cChardet is high speed universal character encoding detector.

We can use yum or dnf to install python3-cchardet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-cchardet.

Install python3-cchardet 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 python3-cchardet using dnf by running the following command:

sudo dnf -y install python3-cchardet

Install python3-cchardet 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 python3-cchardet using yum by running the following command:

sudo yum -y install python3-cchardet

How To Uninstall python3-cchardet on Fedora 36

To uninstall only the python3-cchardet package we can use the following command:

sudo dnf remove python3-cchardet

python3-cchardet Package Contents on Fedora 36

/usr/bin/cchardetect
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/ac6d49f7b5c2249ba35b011e46ef70ce4fed83
/usr/lib64/python3.10/site-packages/cchardet
/usr/lib64/python3.10/site-packages/cchardet-2.1.7-py3.10.egg-info
/usr/lib64/python3.10/site-packages/cchardet-2.1.7-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/cchardet-2.1.7-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/cchardet-2.1.7-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/cchardet-2.1.7-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/cchardet/__init__.py
/usr/lib64/python3.10/site-packages/cchardet/__pycache__
/usr/lib64/python3.10/site-packages/cchardet/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cchardet/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cchardet/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cchardet/__pycache__/version.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cchardet/_cchardet.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/cchardet/version.py
/usr/share/doc/python3-cchardet
/usr/share/doc/python3-cchardet/README.maintainer
/usr/share/doc/python3-cchardet/README.md
/usr/share/doc/python3-cchardet/README.rst
/usr/share/licenses/python3-cchardet
/usr/share/licenses/python3-cchardet/COPYING

References

Summary

In this tutorial we learn how to install python3-cchardet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).