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

Last updated: January 12,2025

1. Install "utf8proc-devel.x86_64" package

This guide let you learn how to install utf8proc-devel.x86_64 on Fedora 39

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

2. Uninstall "utf8proc-devel.x86_64" package

This is a short guide on how to uninstall utf8proc-devel.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:35:39 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : utf8proc-devel
Version : 2.7.0
Release : 5.fc39
Architecture : x86_64
Size : 17 k
Source : utf8proc-2.7.0-5.fc39.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.