How to Install and Uninstall ocaml-xml-light Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "ocaml-xml-light" package

In this section, we are going to explain the necessary steps to install ocaml-xml-light on openSuSE Tumbleweed

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

2. Uninstall "ocaml-xml-light" package

In this section, we are going to explain the necessary steps to uninstall ocaml-xml-light on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-xml-light

3. Information about the ocaml-xml-light package on openSuSE Tumbleweed

Information for package ocaml-xml-light:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-xml-light
Version : 2.5-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 246.4 KiB
Installed : No
Status : not installed
Source package : ocaml-xml-light-2.5-1.5.src
Upstream URL : https://opam.ocaml.org/packages/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.