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

Last updated: January 12,2025

1. Install "xmlrpc-c.i686" package

Please follow the guidelines below to install xmlrpc-c.i686 on Fedora 36

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

2. Uninstall "xmlrpc-c.i686" package

This tutorial shows how to uninstall xmlrpc-c.i686 on Fedora 36:

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

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

Last metadata expiration check: 4:54:04 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : xmlrpc-c
Version : 1.51.0
Release : 14.fc36
Architecture : i686
Size : 208 k
Source : xmlrpc-c-1.51.0-14.fc36.src.rpm
Repository : fedora
Summary : Lightweight RPC library based on XML and HTTP
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.