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

Last updated: October 06,2024

1. Install "uchardet.x86_64" package

This guide covers the steps necessary to install uchardet.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install uchardet.x86_64

2. Uninstall "uchardet.x86_64" package

Learn how to uninstall uchardet.x86_64 on Fedora 34:

$ sudo dnf remove uchardet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:25:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : uchardet
Version : 0.0.6
Release : 13.fc34
Architecture : x86_64
Size : 94 k
Source : uchardet-0.0.6-13.fc34.src.rpm
Repository : updates
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.