How to Install and Uninstall ocaml-xml-light Package on openSUSE Leap

Last updated: May 23,2024

1. Install "ocaml-xml-light" package

Please follow the instructions below to install ocaml-xml-light on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml-xml-light

2. Uninstall "ocaml-xml-light" package

Please follow the instructions below to uninstall ocaml-xml-light on openSUSE Leap:

$ sudo zypper remove ocaml-xml-light

3. Information about the ocaml-xml-light package on openSUSE Leap

Information for package ocaml-xml-light:
----------------------------------------
Repository : Main Repository
Name : ocaml-xml-light
Version : 2.4.20160613.2bc42e8-2.38
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 202.8 KiB
Installed : No
Status : not installed
Source package : ocaml-xml-light-2.4.20160613.2bc42e8-2.38.src
Upstream URL : https://github.com/gasche/xml-light
Summary : Minimal XML parser and printer for OCaml
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.