How to Install and Uninstall xmlrpc-c.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "xmlrpc-c.x86_64" package

Please follow the guidance below to install xmlrpc-c.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xmlrpc-c.x86_64

2. Uninstall "xmlrpc-c.x86_64" package

Please follow the steps below to uninstall xmlrpc-c.x86_64 on Amazon Linux 2:

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

3. Information about the xmlrpc-c.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : xmlrpc-c
Arch : x86_64
Version : 1.32.5
Release : 1905.svn2451.amzn2.0.1
Size : 130 k
Repo : amzn2-core/2/x86_64
Summary : A lightweight RPC library based on XML and HTTP
URL : http://xmlrpc-c.sourceforge.net/
License : BSD and MIT and GPL+ and Public Domain
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.