How to Install and Uninstall python3.11-charset-normalizer.src Package on Oracle Linux 9

Last updated: September 25,2024

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

Please follow the steps below to install python3.11-charset-normalizer.src on Oracle Linux 9

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

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

Please follow the guidance below to uninstall python3.11-charset-normalizer.src on Oracle Linux 9:

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

3. Information about the python3.11-charset-normalizer.src package on Oracle Linux 9

Last metadata expiration check: 0:42:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-charset-normalizer
Version : 2.1.0
Release : 1.el9
Architecture : src
Size : 91 k
Source : None
Repository : ol9_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.