How to Install and Uninstall utf8proc.i686 Package on Fedora 34

Last updated: June 29,2024

1. Install "utf8proc.i686" package

Here is a brief guide to show you how to install utf8proc.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install utf8proc.i686

2. Uninstall "utf8proc.i686" package

Here is a brief guide to show you how to uninstall utf8proc.i686 on Fedora 34:

$ sudo dnf remove utf8proc.i686 $ sudo dnf autoremove

3. Information about the utf8proc.i686 package on Fedora 34

Last metadata expiration check: 0:49:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : utf8proc
Version : 2.6.1
Release : 2.fc34
Architecture : i686
Size : 84 k
Source : utf8proc-2.6.1-2.fc34.src.rpm
Repository : fedora
Summary : Library for processing UTF-8 encoded Unicode strings
URL : http://julialang.org/utf8proc/
License : Unicode and MIT
Description : utf8proc is a library for processing UTF-8 encoded Unicode strings.
: Some features are Unicode normalization, stripping of default ignorable
: characters, case folding and detection of grapheme cluster boundaries.
: A special character mapping is available, which converts for example
: the characters “Hyphen” (U+2010), “Minus” (U+2212) and “Hyphen-Minus
: (U+002D, ASCII Minus) all into the ASCII minus sign, to make them
: equal for comparisons.
:
: This package only contains the C library.