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

Last updated: February 06,2025

1. Install "xmlrpc-c.i686" package

This guide let you learn how to install xmlrpc-c.i686 on Amazon Linux 2

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

2. Uninstall "xmlrpc-c.i686" package

Please follow the guidance below to uninstall xmlrpc-c.i686 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : xmlrpc-c
Arch : i686
Version : 1.32.5
Release : 1905.svn2451.amzn2.0.1
Size : 140 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.