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

Last updated: October 07,2024

1. Install "ocaml-tyxml-ppx.i686" package

Please follow the step by step instructions below to install ocaml-tyxml-ppx.i686 on Fedora 36

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

2. Uninstall "ocaml-tyxml-ppx.i686" package

This guide let you learn how to uninstall ocaml-tyxml-ppx.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:20:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-tyxml-ppx
Version : 4.5.0
Release : 10.fc36
Architecture : i686
Size : 3.5 M
Source : ocaml-tyxml-4.5.0-10.fc36.src.rpm
Repository : fedora
Summary : PPX for writing TyXML documents with HTML syntax
URL : https://ocsigen.org/tyxml/
License : LGPLv2 with exceptions
Description : This package contains PPX for writing TyXML documents with HTML syntax.
:
: open Tyxml
: let%html to_ocaml = "OCaml!"
:
: The TyXML PPX is compatible with all TyXML instance, from textual trees
: to reactive virtual DOM trees.