How to Install and Uninstall apr.src Package on Oracle Linux 9

Last updated: May 06,2024

1. Install "apr.src" package

In this section, we are going to explain the necessary steps to install apr.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install apr.src

2. Uninstall "apr.src" package

Please follow the steps below to uninstall apr.src on Oracle Linux 9:

$ sudo dnf remove apr.src $ sudo dnf autoremove

3. Information about the apr.src package on Oracle Linux 9

Last metadata expiration check: 1:20:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : apr
Version : 1.7.0
Release : 12.el9_3
Architecture : src
Size : 891 k
Source : None
Repository : ol9_appstream
Summary : Apache Portable Runtime library
URL : https://apr.apache.org/
License : ASL 2.0 and BSD with advertising and ISC and BSD
Description : 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.