How to Install and Uninstall xmlrpc-c-apps.x86_64 Package on Fedora 36

Last updated: October 09,2024

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

This is a short guide on how to install xmlrpc-c-apps.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install xmlrpc-c-apps.x86_64

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

Please follow the guidance below to uninstall xmlrpc-c-apps.x86_64 on Fedora 36:

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

3. Information about the xmlrpc-c-apps.x86_64 package on Fedora 36

Last metadata expiration check: 1:03:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : xmlrpc-c-apps
Version : 1.51.0
Release : 14.fc36
Architecture : x86_64
Size : 88 k
Source : xmlrpc-c-1.51.0-14.fc36.src.rpm
Repository : fedora
Summary : Sample XML-RPC applications
URL : http://xmlrpc-c.sourceforge.net/
License : BSD and MIT
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.