How to Install and Uninstall python3.11-charset-normalizer.noarch Package on CentOS Stream 8

Last updated: October 06,2024

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

Please follow the step by step instructions below to install python3.11-charset-normalizer.noarch on CentOS Stream 8

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

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

In this section, we are going to explain the necessary steps to uninstall python3.11-charset-normalizer.noarch on CentOS Stream 8:

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

3. Information about the python3.11-charset-normalizer.noarch package on CentOS Stream 8

Last metadata expiration check: 1:44:42 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3.11-charset-normalizer
Version : 2.1.0
Release : 1.el8
Architecture : noarch
Size : 100 k
Source : python3.11-charset-normalizer-2.1.0-1.el8.src.rpm
Repository : appstream
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.