How to Install and Uninstall ocaml-xml-light.i686 Package on Fedora 36

Last updated: October 09,2024

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

This is a short guide on how to install ocaml-xml-light.i686 on Fedora 36

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

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

Please follow the guidelines below to uninstall ocaml-xml-light.i686 on Fedora 36:

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

3. Information about the ocaml-xml-light.i686 package on Fedora 36

Last metadata expiration check: 4:58:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-xml-light
Version : 2.4
Release : 3.fc36
Architecture : i686
Size : 178 k
Source : ocaml-xml-light-2.4-3.fc36.src.rpm
Repository : fedora
Summary : Minimal XML parser and printer for OCaml
URL : http://tech.motion-twin.com/xmllight.html
License : LGPLv2+ with exceptions
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.