How to Install and Uninstall xmlrpc-c.src Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "xmlrpc-c.src" package

Please follow the step by step instructions below to install xmlrpc-c.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install xmlrpc-c.src

2. Uninstall "xmlrpc-c.src" package

This tutorial shows how to uninstall xmlrpc-c.src on Oracle Linux 9:

$ sudo dnf remove xmlrpc-c.src $ sudo dnf autoremove

3. Information about the xmlrpc-c.src package on Oracle Linux 9

Last metadata expiration check: 0:02:26 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : xmlrpc-c
Version : 1.51.0
Release : 16.el9_0
Architecture : src
Size : 640 k
Source : None
Repository : ol9_appstream
Summary : Lightweight RPC library based on XML and HTTP
URL : http://xmlrpc-c.sourceforge.net/
License : BSD and MIT
Description : XML-RPC is a quick-and-easy way to make procedure calls over the
: Internet. It converts the procedure call into XML document, sends it
: to a remote server using HTTP, and gets back the response as XML.
:
: This library provides a modular implementation of XML-RPC for C.