How To Install utf8proc-devel on Fedora 36

In this tutorial we learn how to install utf8proc-devel in Fedora 36. utf8proc-devel is Header files, libraries and development documentation for utf8proc

Introduction

In this tutorial we learn how to install utf8proc-devel on Fedora 36.

What is utf8proc-devel

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.

We can use yum or dnf to install utf8proc-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install utf8proc-devel.

Install utf8proc-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install utf8proc-devel using dnf by running the following command:

sudo dnf -y install utf8proc-devel

Install utf8proc-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install utf8proc-devel using yum by running the following command:

sudo yum -y install utf8proc-devel

How To Uninstall utf8proc-devel on Fedora 36

To uninstall only the utf8proc-devel package we can use the following command:

sudo dnf remove utf8proc-devel

utf8proc-devel Package Contents on Fedora 36

---
title: "How To Install utf8proc-devel on Fedora 36"
linkTitle: "utf8proc-devel"
type: "docs"
description: "In this tutorial we learn how to install utf8proc-devel in Fedora 36. utf8proc-devel is Header files, libraries and development documentation for utf8proc"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/utf8proc-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `utf8proc-devel` on Fedora 36.

### What is `utf8proc-devel`

> 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.  

We can use `yum` or `dnf` to install `utf8proc-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install utf8proc-devel.

## Install utf8proc-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install utf8proc-devel using dnf by running the following command:

sudo dnf -y install utf8proc-devel

Install utf8proc-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install utf8proc-devel using yum by running the following command:

sudo yum -y install utf8proc-devel

How To Uninstall utf8proc-devel on Fedora 36

To uninstall only the utf8proc-devel package we can use the following command:

sudo dnf remove utf8proc-devel

utf8proc-devel Package Contents on Fedora 36

/usr/include/utf8proc.h
/usr/lib/libutf8proc.so
/usr/lib/pkgconfig/libutf8proc.pc

References

Summary

In this tutorial we learn how to install utf8proc-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/utf8proc.h /usr/lib64/libutf8proc.so /usr/lib64/pkgconfig/libutf8proc.pc


## References

* [utf8proc-devel website](http://julialang.org/utf8proc/)

## Summary

In this tutorial we learn how to install `utf8proc-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).