How To Install xmlrpc-epi on Fedora 36
Introduction
In this tutorial we learn how to install xmlrpc-epi
on Fedora 36.
What is xmlrpc-epi
An implementation of the XML-RPC protocol in C.
We can use yum
or dnf
to install xmlrpc-epi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmlrpc-epi.
Install xmlrpc-epi on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install xmlrpc-epi
using dnf
by running the following command:
sudo dnf -y install xmlrpc-epi
Install xmlrpc-epi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install xmlrpc-epi
using yum
by running the following command:
sudo yum -y install xmlrpc-epi
How To Uninstall xmlrpc-epi on Fedora 36
To uninstall only the xmlrpc-epi
package we can use the following command:
sudo dnf remove xmlrpc-epi
xmlrpc-epi Package Contents on Fedora 36
---
title: "How To Install xmlrpc-epi on Fedora 36"
linkTitle: "xmlrpc-epi"
type: "docs"
description: "In this tutorial we learn how to install xmlrpc-epi in Fedora 36. xmlrpc-epi is An implementation of the XML-RPC protocol in C"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/xmlrpc-epi-featured.png
---
## Introduction
In this tutorial we learn how to install `xmlrpc-epi` on Fedora 36.
### What is `xmlrpc-epi`
> An implementation of the XML-RPC protocol in C.
We can use `yum` or `dnf` to install `xmlrpc-epi` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmlrpc-epi.
## Install xmlrpc-epi on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install xmlrpc-epi
using dnf
by running the following command:
sudo dnf -y install xmlrpc-epi
Install xmlrpc-epi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install xmlrpc-epi
using yum
by running the following command:
sudo yum -y install xmlrpc-epi
How To Uninstall xmlrpc-epi on Fedora 36
To uninstall only the xmlrpc-epi
package we can use the following command:
sudo dnf remove xmlrpc-epi
xmlrpc-epi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/e46f4d2d2469bb4ce2057c4184d87eb36679b7
/usr/lib64/libxmlrpc-epi.so.0
/usr/lib64/libxmlrpc-epi.so.0.0.3
/usr/share/doc/xmlrpc-epi
/usr/share/doc/xmlrpc-epi/AUTHORS
/usr/share/doc/xmlrpc-epi/COPYING
/usr/share/doc/xmlrpc-epi/NEWS
/usr/share/doc/xmlrpc-epi/README
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/cf873392a7115924bf73804cf3d741e012dd19
/usr/lib/libxmlrpc-epi.so.0
/usr/lib/libxmlrpc-epi.so.0.0.3
/usr/share/doc/xmlrpc-epi
/usr/share/doc/xmlrpc-epi/AUTHORS
/usr/share/doc/xmlrpc-epi/COPYING
/usr/share/doc/xmlrpc-epi/NEWS
/usr/share/doc/xmlrpc-epi/README
References
## Summary
## References
In this tutorial we learn how to install `xmlrpc-epi` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
* [xmlrpc-epi website](http://xmlrpc-epi.sourceforge.net/)
## Summary
In this tutorial we learn how to install `xmlrpc-epi` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).