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

Last updated: June 29,2024

1. Install "libserf.x86_64" package

Please follow the guidance below to install libserf.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libserf.x86_64

2. Uninstall "libserf.x86_64" package

Please follow the steps below to uninstall libserf.x86_64 on Oracle Linux 9:

$ sudo dnf remove libserf.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:36:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libserf
Version : 1.3.9
Release : 26.el9
Architecture : x86_64
Size : 57 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.