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

Last updated: September 18,2024

1. Install "utf8proc-devel.x86_64" package

This tutorial shows how to install utf8proc-devel.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:37:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : utf8proc-devel
Version : 2.6.1
Release : 2.fc34
Architecture : x86_64
Size : 17 k
Source : utf8proc-2.6.1-2.fc34.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.