How to Install and Uninstall utf8proc.src Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "utf8proc.src" package

This guide let you learn how to install utf8proc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install utf8proc.src

2. Uninstall "utf8proc.src" package

This tutorial shows how to uninstall utf8proc.src on Oracle Linux 9:

$ sudo dnf remove utf8proc.src $ sudo dnf autoremove

3. Information about the utf8proc.src package on Oracle Linux 9

Last metadata expiration check: 1:04:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : utf8proc
Version : 2.6.1
Release : 4.el9
Architecture : src
Size : 174 k
Source : None
Repository : ol9_appstream
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.