How To Install ocaml-xmlrpc-light on Fedora 36

In this tutorial we learn how to install ocaml-xmlrpc-light in Fedora 36. ocaml-xmlrpc-light is OCaml library for writing XML-RPC clients and servers

Introduction

In this tutorial we learn how to install ocaml-xmlrpc-light on Fedora 36.

What is ocaml-xmlrpc-light

XmlRpc-Light is an XmlRpc library written in OCaml.

We can use yum or dnf to install ocaml-xmlrpc-light on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-xmlrpc-light.

Install ocaml-xmlrpc-light 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 ocaml-xmlrpc-light using dnf by running the following command:

sudo dnf -y install ocaml-xmlrpc-light

Install ocaml-xmlrpc-light 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 ocaml-xmlrpc-light using yum by running the following command:

sudo yum -y install ocaml-xmlrpc-light

How To Uninstall ocaml-xmlrpc-light on Fedora 36

To uninstall only the ocaml-xmlrpc-light package we can use the following command:

sudo dnf remove ocaml-xmlrpc-light

ocaml-xmlrpc-light Package Contents on Fedora 36

/usr/lib64/ocaml/xmlrpc-light
/usr/lib64/ocaml/xmlrpc-light/META
/usr/lib64/ocaml/xmlrpc-light/XmlRpc.cmi
/usr/lib64/ocaml/xmlrpc-light/XmlRpcBase64.cmi
/usr/lib64/ocaml/xmlrpc-light/XmlRpcDateTime.cmi
/usr/lib64/ocaml/xmlrpc-light/XmlRpcServer.cmi
/usr/lib64/ocaml/xmlrpc-light/xmlrpc-light.cma
/usr/share/doc/ocaml-xmlrpc-light
/usr/share/doc/ocaml-xmlrpc-light/LICENSE

References

Summary

In this tutorial we learn how to install ocaml-xmlrpc-light on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).