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

Last updated: October 05,2024

1. Install "utf8proc-devel.i686" package

Learn how to install utf8proc-devel.i686 on Fedora 34

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

2. Uninstall "utf8proc-devel.i686" package

Please follow the steps below to uninstall utf8proc-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 3:09:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : utf8proc-devel
Version : 2.6.1
Release : 2.fc34
Architecture : i686
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.