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

Last updated: May 09,2024

1. Install "xmlrpc-c-apps.x86_64" package

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

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

2. Uninstall "xmlrpc-c-apps.x86_64" package

In this section, we are going to explain the necessary steps to uninstall xmlrpc-c-apps.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : xmlrpc-c-apps
Arch : x86_64
Version : 1.32.5
Release : 1905.svn2451.amzn2.0.1
Size : 85 k
Repo : amzn2-core/2/x86_64
Summary : Sample XML-RPC applications
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 package contains some handy XML-RPC demo applications.