How to Install and Uninstall ocaml-xml-light.x86_64 Package on Fedora 39

Last updated: January 12,2025

1. Install "ocaml-xml-light.x86_64" package

Please follow the instructions below to install ocaml-xml-light.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ocaml-xml-light.x86_64

2. Uninstall "ocaml-xml-light.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-xml-light.x86_64 on Fedora 39:

$ sudo dnf remove ocaml-xml-light.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-xml-light.x86_64 package on Fedora 39

Last metadata expiration check: 0:01:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-xml-light
Version : 2.5
Release : 4.fc39
Architecture : x86_64
Size : 197 k
Source : ocaml-xml-light-2.5-4.fc39.src.rpm
Repository : fedora
Summary : Minimal XML parser and printer for OCaml
URL : http://tech.motion-twin.com/xmllight.html
License : LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
Description : Xml-Light is a minimal XML parser & printer for OCaml. It provides
: functions to parse an XML document into an OCaml data structure, work
: with it, and print it back to an XML document. It also supports DTD
: parsing and checking, and is entirely written in OCaml; hence it does
: not require a C library.