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

Last updated: October 05,2024

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

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

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

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

This guide covers the steps necessary to uninstall xmlrpc-c-c++.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:42:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : xmlrpc-c-c++
Version : 1.51.0
Release : 12.fc34
Architecture : x86_64
Size : 117 k
Source : xmlrpc-c-1.51.0-12.fc34.src.rpm
Repository : fedora
Summary : C++ 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++.