How to Install and Uninstall libserf.i686 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "libserf.i686" package

Please follow the instructions below to install libserf.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libserf.i686

2. Uninstall "libserf.i686" package

This is a short guide on how to uninstall libserf.i686 on Oracle Linux 9:

$ sudo dnf remove libserf.i686 $ sudo dnf autoremove

3. Information about the libserf.i686 package on Oracle Linux 9

Last metadata expiration check: 1:33:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libserf
Version : 1.3.9
Release : 26.el9
Architecture : i686
Size : 61 k
Source : libserf-1.3.9-26.el9.src.rpm
Repository : ol9_appstream
Summary : High-Performance Asynchronous HTTP Client Library
URL : http://serf.apache.org/
License : ASL 2.0
Description : The serf library is a C-based HTTP client library built upon the Apache
: Portable Runtime (APR) library. It multiplexes connections, running the
: read/write communication asynchronously. Memory copies and transformations are
: kept to a minimum to provide high performance operation.