How to Install and Uninstall python3-charset-normalizer.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "python3-charset-normalizer.noarch" package

This tutorial shows how to install python3-charset-normalizer.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-charset-normalizer.noarch

2. Uninstall "python3-charset-normalizer.noarch" package

Here is a brief guide to show you how to uninstall python3-charset-normalizer.noarch on Fedora 38:

$ sudo dnf remove python3-charset-normalizer.noarch $ sudo dnf autoremove

3. Information about the python3-charset-normalizer.noarch package on Fedora 38

Last metadata expiration check: 1:47:11 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-charset-normalizer
Version : 3.1.0
Release : 1.fc38
Architecture : noarch
Size : 107 k
Source : python-charset-normalizer-3.1.0-1.fc38.src.rpm
Repository : fedora
Summary : The Real First Universal Charset Detector
URL : https://github.com/ousret/charset_normalizer
License : MIT
Description : A library that helps you read text from an unknown charset encoding.
: Motivated by chardet, trying to resolve the issue by taking
: a new approach. All IANA character set names for which the Python core
: library provides codecs are supported.