How to Install and Uninstall ocaml-tyxml.x86_64 Package on Fedora 34

Last updated: September 18,2024

1. Install "ocaml-tyxml.x86_64" package

Here is a brief guide to show you how to install ocaml-tyxml.x86_64 on Fedora 34

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

2. Uninstall "ocaml-tyxml.x86_64" package

This guide covers the steps necessary to uninstall ocaml-tyxml.x86_64 on Fedora 34:

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

3. Information about the ocaml-tyxml.x86_64 package on Fedora 34

Last metadata expiration check: 5:19:50 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-tyxml
Version : 4.5.0
Release : 1.fc34
Architecture : x86_64
Size : 1.2 M
Source : ocaml-tyxml-4.5.0-1.fc34.src.rpm
Repository : updates
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.