How to Install and Uninstall python3-chardet.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "python3-chardet.noarch" package

Please follow the guidelines below to install python3-chardet.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-chardet.noarch

2. Uninstall "python3-chardet.noarch" package

Please follow the guidelines below to uninstall python3-chardet.noarch on Fedora 36:

$ sudo dnf remove python3-chardet.noarch $ sudo dnf autoremove

3. Information about the python3-chardet.noarch package on Fedora 36

Last metadata expiration check: 4:40:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-chardet
Version : 4.0.0
Release : 17.fc36
Architecture : noarch
Size : 219 k
Source : python-chardet-4.0.0-17.fc36.src.rpm
Repository : updates
Summary : Python character encoding detector
URL : https://github.com/chardet/chardet
License : LGPLv2+
Description :
: Chardet: The Universal Character Encoding Detector
:
: Detects:
:
: • ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
: • Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
: Chinese)
: • EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP (Japanese)
: • EUC-KR, ISO-2022-KR, Johab (Korean)
: • KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
: • ISO-8859-5, windows-1251 (Bulgarian)
: • ISO-8859-1, windows-1252 (Western European languages)
: • ISO-8859-7, windows-1253 (Greek)
: • ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
: • TIS-620 (Thai)
:
: ISO-8859-2 and windows-1250 (Hungarian) probers have been temporarily
: disabled.