How To Install apr on Fedora 36

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

Introduction

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

What is apr

The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines, forming a system portability layer to as many operating systems as possible, including Unices, MS Win32, BeOS and OS/2.

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

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

sudo dnf -y install apr

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

sudo yum -y install apr

How To Uninstall apr on Fedora 36

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

sudo dnf remove apr

apr Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/c15dfe9116a029e108b744b68fe9a03132903b
/usr/lib64/libapr-1.so.0
/usr/lib64/libapr-1.so.0.7.0
/usr/share/doc/apr
/usr/share/doc/apr/CHANGES
/usr/share/doc/apr/LICENSE
/usr/share/doc/apr/NOTICE
/usr/share/doc/apr/README
/usr/share/doc/apr/README.cmake
/usr/share/doc/apr/README.deepbind
/usr/share/doc/apr/README.deepbind.deepbind

References

Summary

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


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

Introduction

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

What is apr

The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines, forming a system portability layer to as many operating systems as possible, including Unices, MS Win32, BeOS and OS/2.

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

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

sudo dnf -y install apr

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

sudo yum -y install apr

How To Uninstall apr on Fedora 36

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

sudo dnf remove apr

apr Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/30a75e03b3c81c81789915d5c2b4e9010b4220
/usr/lib/libapr-1.so.0
/usr/lib/libapr-1.so.0.7.0
/usr/share/doc/apr
/usr/share/doc/apr/CHANGES
/usr/share/doc/apr/LICENSE
/usr/share/doc/apr/NOTICE
/usr/share/doc/apr/README
/usr/share/doc/apr/README.cmake
/usr/share/doc/apr/README.deepbind
/usr/share/doc/apr/README.deepbind.deepbind

References

Summary

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