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

Last updated: January 16,2025

1. Install "ocaml-tyxml.i686" package

Please follow the guidance below to install ocaml-tyxml.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-tyxml.i686

2. Uninstall "ocaml-tyxml.i686" package

This guide covers the steps necessary to uninstall ocaml-tyxml.i686 on Fedora 36:

$ sudo dnf remove ocaml-tyxml.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:07:43 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : ocaml-tyxml
Version : 4.5.0
Release : 10.fc36
Architecture : i686
Size : 1.2 M
Source : ocaml-tyxml-4.5.0-10.fc36.src.rpm
Repository : fedora
Summary : Build valid HTML and SVG documents
URL : https://ocsigen.org/tyxml/
License : LGPLv2 with exceptions
Description : TyXML provides a set of convenient combinators that uses the OCaml type
: system to ensure the validity of the generated documents. TyXML can be
: used with any representation of HTML and SVG: the textual one, provided
: directly by this package, or DOM trees (`js_of_ocaml-tyxml`), virtual DOM
: (`virtual-dom`) and reactive or replicated trees (`eliom`). You can also
: create your own representation and use it to instantiate a new set of
: combinators.