How to Install and Uninstall xmlrpc-c-c++.i686 Package on Fedora 38

Last updated: November 26,2024

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

Please follow the step by step instructions below to install xmlrpc-c-c++.i686 on Fedora 38

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

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

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

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

3. Information about the xmlrpc-c-c++.i686 package on Fedora 38

Last metadata expiration check: 1:12:06 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : xmlrpc-c-c++
Version : 1.51.08
Release : 2.fc38
Architecture : i686
Size : 123 k
Source : xmlrpc-c-1.51.08-2.fc38.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++.