How To Install apr-util on Fedora 36

In this tutorial we learn how to install apr-util in Fedora 36. apr-util is Apache Portable Runtime Utility library

Introduction

In this tutorial we learn how to install apr-util on Fedora 36.

What is apr-util

The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines. This library contains additional utility interfaces for APR; including support for XML, LDAP, database interfaces, URI parsing and more.

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

Install apr-util 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 apr-util using dnf by running the following command:

sudo dnf -y install apr-util

Install apr-util 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 apr-util using yum by running the following command:

sudo yum -y install apr-util

How To Uninstall apr-util on Fedora 36

To uninstall only the apr-util package we can use the following command:

sudo dnf remove apr-util

apr-util Package Contents on Fedora 36

---
title: "How To Install apr-util on Fedora 36"
linkTitle: "apr-util"
type: "docs"
description: "In this tutorial we learn how to install apr-util in Fedora 36. apr-util is Apache Portable Runtime Utility library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/apr-util-featured.png
---

## Introduction

In this tutorial we learn how to install `apr-util` on Fedora 36.

### What is `apr-util`

> The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines.  This library contains additional utility interfaces for APR; including support for XML, LDAP, database interfaces, URI parsing and more.  

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

## Install apr-util 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 apr-util using dnf by running the following command:

sudo dnf -y install apr-util

Install apr-util 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 apr-util using yum by running the following command:

sudo yum -y install apr-util

How To Uninstall apr-util on Fedora 36

To uninstall only the apr-util package we can use the following command:

/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/7633b986819eb0c712a7974f12eef29043a6b2
/usr/lib64/apr-util-1
/usr/lib64/libaprutil-1.so.0
/usr/lib64/libaprutil-1.so.0.6.1
/usr/share/doc/apr-util
/usr/share/doc/apr-util/CHANGES
/usr/share/doc/apr-util/LICENSE
/usr/share/doc/apr-util/NOTICE
sudo dnf remove apr-util

apr-util Package Contents on Fedora 36

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/ca /usr/lib/.build-id/ca/528270ca7d0c11a21514db4ae4535186ab5b3b /usr/lib/apr-util-1 /usr/lib/libaprutil-1.so.0 /usr/lib/libaprutil-1.so.0.6.1 /usr/share/doc/apr-util /usr/share/doc/apr-util/CHANGES /usr/share/doc/apr-util/LICENSE /usr/share/doc/apr-util/NOTICE


## References

* [apr-util website](https://apr.apache.org/)

## Summary

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