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

Last updated: May 15,2024

1. Install "utf8proc-devel.x86_64" package

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

$ sudo dnf update $ sudo dnf install utf8proc-devel.x86_64

2. Uninstall "utf8proc-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall utf8proc-devel.x86_64 on Oracle Linux 8:

$ sudo dnf remove utf8proc-devel.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:39:25 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : utf8proc-devel
Version : 2.1.1
Release : 5.el8
Architecture : x86_64
Size : 18 k
Source : utf8proc-epel-2.1.1-5.el8.src.rpm
Repository : epel
Summary : Header files, libraries and development documentation for utf8proc-epel
URL : http://julialang.org/utf8proc/
License : Unicode and MIT
Description : Contains header files for developing applications that use the utf8proc-epel
: library.
:
: The documentation for the C library is found in the utf8proc.h header file.
: "utf8proc_map" is most likely the function you will be using for mapping UTF-8
: strings, unless you want to allocate memory yourself.