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

Last updated: October 05,2024

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

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

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

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

Please follow the steps below to uninstall xmlrpc-c-client.i686 on Fedora 35:

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

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

Last metadata expiration check: 1:33:46 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : xmlrpc-c-client
Version : 1.51.0
Release : 13.fc35
Architecture : i686
Size : 31 k
Source : xmlrpc-c-1.51.0-13.fc35.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.