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

In this tutorial we learn how to install xmlrpc-client.noarch in Amazon Linux 2. xmlrpc-client.noarch is XML-RPC client implementation

Introduction

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

What is xmlrpc-client.noarch

XML-RPC client implementation.

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

Install xmlrpc-client.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-client.noarch using yum by running the following command:

sudo yum -y install xmlrpc-client.noarch

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

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

sudo yum remove xmlrpc-client.noarch

xmlrpc-client.noarch Package Contents on Amazon Linux 2

/usr/share/java/xmlrpc-client.jar
/usr/share/java/xmlrpc3-client.jar
/usr/share/maven-effective-poms/JPP-xmlrpc-client.pom
/usr/share/maven-effective-poms/JPP-xmlrpc3-client.pom
/usr/share/maven-fragments/xmlrpc-client.xml
/usr/share/maven-poms/JPP-xmlrpc-client.pom
/usr/share/maven-poms/JPP-xmlrpc3-client.pom

References

Summary

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