How to Install and Uninstall xmlrpc-c-client++.x86_64 Package on Fedora 39

Last updated: January 12,2025

1. Install "xmlrpc-c-client++.x86_64" package

Here is a brief guide to show you how to install xmlrpc-c-client++.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install xmlrpc-c-client++.x86_64

2. Uninstall "xmlrpc-c-client++.x86_64" package

Please follow the guidance below to uninstall xmlrpc-c-client++.x86_64 on Fedora 39:

$ sudo dnf remove xmlrpc-c-client++.x86_64 $ sudo dnf autoremove

3. Information about the xmlrpc-c-client++.x86_64 package on Fedora 39

Last metadata expiration check: 2:19:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : xmlrpc-c-client++
Version : 1.51.08
Release : 3.fc39
Architecture : x86_64
Size : 43 k
Source : xmlrpc-c-1.51.08-3.fc39.src.rpm
Repository : fedora
Summary : C++ client libraries for xmlrpc-c
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 library provides a modular implementation of XML-RPC for C++
: clients.