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

Last updated: October 06,2024

1. Install "utf8proc-devel.i686" package

Here is a brief guide to show you how to install utf8proc-devel.i686 on Fedora 36

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

2. Uninstall "utf8proc-devel.i686" package

This is a short guide on how to uninstall utf8proc-devel.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:50:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : utf8proc-devel
Version : 2.7.0
Release : 2.fc36
Architecture : i686
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.