How To Install sems-xmlrpc2di on CentOS 7

In this tutorial we learn how to install sems-xmlrpc2di on CentOS 7. sems-xmlrpc2di is XMLRPC interface for SEMS

Introduction

In this tutorial we learn how to install sems-xmlrpc2di on CentOS 7.

What is sems-xmlrpc2di

This module makes the Dynamic Invocation (DI) Interfaces exported by component modules accessible from XMLRPC. Additionally the built-in methods calls, get_loglevel and set_loglevel are implemented (like in the stats UDP server). Additionally, it can be used as client to access XMLRPC servers.

We can use yum or dnf to install sems-xmlrpc2di on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install sems-xmlrpc2di.

Install sems-xmlrpc2di on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install sems-xmlrpc2di using yum by running the following command:

sudo yum -y install sems-xmlrpc2di

Install sems-xmlrpc2di on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install sems-xmlrpc2di using dnf by running the following command:

sudo dnf -y install sems-xmlrpc2di

How To Uninstall sems-xmlrpc2di on CentOS 7

To uninstall only the sems-xmlrpc2di package we can use the following command:

sudo dnf remove sems-xmlrpc2di

References

Summary

In this tutorial we learn how to install sems-xmlrpc2di on CentOS 7 using yum and dnf.