How to Install and Uninstall python3-charset-normalizer.noarch Package on AlmaLinux 8
Last updated: November 02,2024
1. Install "python3-charset-normalizer.noarch" package
This tutorial shows how to install python3-charset-normalizer.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-charset-normalizer.noarch
Copied
2. Uninstall "python3-charset-normalizer.noarch" package
This guide let you learn how to uninstall python3-charset-normalizer.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-charset-normalizer.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-charset-normalizer.noarch package on AlmaLinux 8
Last metadata expiration check: 2:02:53 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-charset-normalizer
Version : 2.0.7
Release : 1.el8
Architecture : noarch
Size : 71 k
Source : python-charset-normalizer-2.0.7-1.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-charset-normalizer
Version : 2.0.7
Release : 1.el8
Architecture : noarch
Size : 71 k
Source : python-charset-normalizer-2.0.7-1.el8.src.rpm
Repository : epel
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.