How to Install and Uninstall xmlrpc-c.x86_64 Package on CentOS Stream 8

Last updated: October 10,2024

1. Install "xmlrpc-c.x86_64" package

This guide covers the steps necessary to install xmlrpc-c.x86_64 on CentOS Stream 8

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

2. Uninstall "xmlrpc-c.x86_64" package

Please follow the steps below to uninstall xmlrpc-c.x86_64 on CentOS Stream 8:

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

3. Information about the xmlrpc-c.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:07:38 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : xmlrpc-c
Version : 1.51.0
Release : 8.el8
Architecture : x86_64
Size : 213 k
Source : xmlrpc-c-1.51.0-8.el8.src.rpm
Repository : baseos
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.