How to Install and Uninstall uchardet.x86_64 Package on Fedora 35

Last updated: May 25,2024

1. Install "uchardet.x86_64" package

Please follow the steps below to install uchardet.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install uchardet.x86_64

2. Uninstall "uchardet.x86_64" package

This guide covers the steps necessary to uninstall uchardet.x86_64 on Fedora 35:

$ sudo dnf remove uchardet.x86_64 $ sudo dnf autoremove

3. Information about the uchardet.x86_64 package on Fedora 35

Last metadata expiration check: 1:28:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : uchardet
Version : 0.0.6
Release : 14.fc35
Architecture : x86_64
Size : 94 k
Source : uchardet-0.0.6-14.fc35.src.rpm
Repository : fedora
Summary : An encoding detector library ported from Mozilla
URL : https://www.freedesktop.org/wiki/Software/uchardet
License : MPLv1.1 or GPLv2+ or LGPLv2+
Description : Uchardet is a C language binding of the original C++ implementation of the
: universal charset detection library by Mozilla. Uchardet is an encoding
: detector library, which takes a sequence of bytes in an unknown character
: encoding without any additional information, and attempts to determine the
: encoding of the text.