How to Install and Uninstall jchardet.noarch Package on Fedora 36

Last updated: May 05,2024

1. Install "jchardet.noarch" package

Please follow the guidelines below to install jchardet.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install jchardet.noarch

2. Uninstall "jchardet.noarch" package

Learn how to uninstall jchardet.noarch on Fedora 36:

$ sudo dnf remove jchardet.noarch $ sudo dnf autoremove

3. Information about the jchardet.noarch package on Fedora 36

Last metadata expiration check: 2:30:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : jchardet
Version : 1.1
Release : 27.fc36
Architecture : noarch
Size : 47 k
Source : jchardet-1.1-27.fc36.src.rpm
Repository : fedora
Summary : Java port of Mozilla's automatic character set detection algorithm
URL : http://jchardet.sourceforge.net/
License : MPLv1.1 or GPLv2+ or LGPLv2+
Description : jchardet is a java port of the source from Mozilla's automatic charset
: detection algorithm. The original author is Frank Tang. What is available
: here is the java port of that code. The original source in C++ can be found
: from http://lxr.mozilla.org/mozilla/source/intl/chardet/. More information can
: be found at http://www.mozilla.org/projects/intl/chardet.html.