How To Install xmlrpc-common.noarch on Amazon Linux 2

In this tutorial we learn how to install xmlrpc-common.noarch in Amazon Linux 2. xmlrpc-common.noarch is Common classes for XML-RPC client and server implementations

Introduction

In this tutorial we learn how to install xmlrpc-common.noarch on Amazon Linux 2.

What is xmlrpc-common.noarch

Common classes for XML-RPC client and server implementations.

We can use yum to install xmlrpc-common.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install xmlrpc-common.noarch.

Install xmlrpc-common.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install xmlrpc-common.noarch using yum by running the following command:

sudo yum -y install xmlrpc-common.noarch

How To Uninstall xmlrpc-common.noarch on Amazon Linux 2

To uninstall only the xmlrpc-common.noarch package we can use the following command:

sudo yum remove xmlrpc-common.noarch

xmlrpc-common.noarch Package Contents on Amazon Linux 2

/usr/share/doc/xmlrpc-common-3.1.3
/usr/share/doc/xmlrpc-common-3.1.3/LICENSE.txt
/usr/share/doc/xmlrpc-common-3.1.3/NOTICE.txt
/usr/share/java/xmlrpc-common.jar
/usr/share/java/xmlrpc3-common.jar
/usr/share/maven-effective-poms/JPP-xmlrpc-common.pom
/usr/share/maven-effective-poms/JPP-xmlrpc3-common.pom
/usr/share/maven-fragments/xmlrpc-common.xml
/usr/share/maven-poms/JPP-xmlrpc-common.pom
/usr/share/maven-poms/JPP-xmlrpc3-common.pom
/usr/share/maven-poms/JPP.xmlrpc-xmlrpc.pom

References

Summary

In this tutorial we learn how to install xmlrpc-common.noarch on Amazon Linux 2 using yum.