How to Install and Uninstall utf8proc.x86_64 Package on Oracle Linux 8

Last updated: April 29,2024

1. Install "utf8proc.x86_64" package

Please follow the guidelines below to install utf8proc.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install utf8proc.x86_64

2. Uninstall "utf8proc.x86_64" package

This is a short guide on how to uninstall utf8proc.x86_64 on Oracle Linux 8:

$ sudo dnf remove utf8proc.x86_64 $ sudo dnf autoremove

3. Information about the utf8proc.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:54:29 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : utf8proc
Version : 2.1.1
Release : 5.module+el8.3.0+7671+a87d5147
Architecture : x86_64
Size : 67 k
Source : utf8proc-2.1.1-5.module+el8.3.0+7671+a87d5147.src.rpm
Repository : ol8_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.
:
: The currently supported Unicode version is 9.0.0.
:
: This package only contains the C library.