How to Install and Uninstall apr-devel.x86_64 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "apr-devel.x86_64" package

Please follow the guidance below to install apr-devel.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install apr-devel.x86_64

2. Uninstall "apr-devel.x86_64" package

Please follow the instructions below to uninstall apr-devel.x86_64 on Oracle Linux 8:

$ sudo dnf remove apr-devel.x86_64 $ sudo dnf autoremove

3. Information about the apr-devel.x86_64 package on Oracle Linux 8

Last metadata expiration check: 0:04:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : apr-devel
Version : 1.6.3
Release : 12.el8
Architecture : x86_64
Size : 246 k
Source : apr-1.6.3-12.el8.src.rpm
Repository : ol8_appstream
Summary : APR library development kit
URL : http://apr.apache.org/
License : ASL 2.0 and BSD with advertising and ISC and BSD
Description : This package provides the support files which can be used to
: build applications using the APR library. The mission of the
: Apache Portable Runtime (APR) is to provide a free library of
: C data structures and routines.