How to Install and Uninstall utf8proc-devel.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "utf8proc-devel.x86_64" package

Please follow the instructions below to install utf8proc-devel.x86_64 on Fedora 36

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

2. Uninstall "utf8proc-devel.x86_64" package

This guide covers the steps necessary to uninstall utf8proc-devel.x86_64 on Fedora 36:

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

3. Information about the utf8proc-devel.x86_64 package on Fedora 36

Last metadata expiration check: 3:06:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : utf8proc-devel
Version : 2.7.0
Release : 2.fc36
Architecture : x86_64
Size : 17 k
Source : utf8proc-2.7.0-2.fc36.src.rpm
Repository : fedora
Summary : Header files, libraries and development documentation for utf8proc
URL : http://julialang.org/utf8proc/
License : Unicode and MIT
Description : Contains header files for developing applications that use the utf8proc
: 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.