How to Install and Uninstall xmlrpc-c-client++.i686 Package on Amazon Linux 2

Last updated: November 26,2024

1. Install "xmlrpc-c-client++.i686" package

Learn how to install xmlrpc-c-client++.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xmlrpc-c-client++.i686

2. Uninstall "xmlrpc-c-client++.i686" package

Please follow the step by step instructions below to uninstall xmlrpc-c-client++.i686 on Amazon Linux 2:

$ sudo yum remove xmlrpc-c-client++.i686 $ sudo yum autoremove

3. Information about the xmlrpc-c-client++.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : xmlrpc-c-client
Arch : i686
Version : 1.32.5
Release : 1905.svn2451.amzn2.0.1
Size : 33 k
Repo : amzn2-core/2/x86_64
Summary : C client libraries for xmlrpc-c
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
: clients.