How to Install and Uninstall apr-devel.i686 Package on CentOS 8 / RHEL 8

Last updated: February 03,2025

1. Install "apr-devel.i686" package

This is a short guide on how to install apr-devel.i686 on CentOS 8 / RHEL 8

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

2. Uninstall "apr-devel.i686" package

Here is a brief guide to show you how to uninstall apr-devel.i686 on CentOS 8 / RHEL 8:

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

3. Information about the apr-devel.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:48:21 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : apr-devel
Version : 1.6.3
Release : 11.el8
Architecture : i686
Size : 246 k
Source : apr-1.6.3-11.el8.src.rpm
Repository : 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.