How to Install and Uninstall ocaml-xml-light.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

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

This is a short guide on how to install ocaml-xml-light.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This tutorial shows how to uninstall ocaml-xml-light.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ocaml-xml-light.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:15:35 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ocaml-xml-light
Version : 2.3
Release : 0.37.svn234.el8
Architecture : x86_64
Size : 32 k
Source : ocaml-xml-light-2.3-0.37.svn234.el8.src.rpm
Repository : epel
Summary : Minimal XML parser and printer for OCaml
URL : http://tech.motion-twin.com/xmllight.html
License : LGPLv2+
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 support also DTD
: parsing and checking, and is entirely written in OCaml, hence it does
: not require additional C library.