How To Install xmlrpc-c-apps on Fedora 36

In this tutorial we learn how to install xmlrpc-c-apps in Fedora 36. xmlrpc-c-apps is Sample XML-RPC applications

Introduction

In this tutorial we learn how to install xmlrpc-c-apps on Fedora 36.

What is xmlrpc-c-apps

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.

We can use yum or dnf to install xmlrpc-c-apps on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmlrpc-c-apps.

Install xmlrpc-c-apps on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install xmlrpc-c-apps using dnf by running the following command:

sudo dnf -y install xmlrpc-c-apps

Install xmlrpc-c-apps on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install xmlrpc-c-apps using yum by running the following command:

sudo yum -y install xmlrpc-c-apps

How To Uninstall xmlrpc-c-apps on Fedora 36

To uninstall only the xmlrpc-c-apps package we can use the following command:

sudo dnf remove xmlrpc-c-apps

xmlrpc-c-apps Package Contents on Fedora 36

/usr/bin/xml-rpc-api2cpp
/usr/bin/xml-rpc-api2txt
/usr/bin/xmlrpc
/usr/bin/xmlrpc_cpp_proxy
/usr/bin/xmlrpc_dumpserver
/usr/bin/xmlrpc_parsecall
/usr/bin/xmlrpc_pstream
/usr/bin/xmlrpc_transport
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/d87daa68e49e04f925619acc03520a992efd26
/usr/lib/.build-id/82/0d7efa3990b463b7146338874068634ed6de9c
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/1bca5c9523c1b0b24f5658460fd9be9d61ee2f
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/018d74299e55a32c9cb7ef0e8286206a8748ba
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/9ff80eed17bbb06e2a03a3c810b7b44eab29fd
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/4f03f302cb172579a4e30b6c172b08743b8bfb
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/2a8b93c3268cb72ea16ae503b9122736b2d446
/usr/share/doc/xmlrpc-c-apps
/usr/share/doc/xmlrpc-c-apps/xmlrpc_transport.html
/usr/share/man/man1/xml-rpc-api2cpp.1.gz
/usr/share/man/man1/xml-rpc-api2txt.1.gz

References

Summary

In this tutorial we learn how to install xmlrpc-c-apps on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).