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

Last updated: January 15,2025

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

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

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

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

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

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

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

Last metadata expiration check: 0:33:06 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-tyxml-ppx
Version : 4.5.0
Release : 16.fc38
Architecture : i686
Size : 3.7 M
Source : ocaml-tyxml-4.5.0-16.fc38.src.rpm
Repository : fedora
Summary : PPX for writing TyXML documents with HTML syntax
URL : https://ocsigen.org/tyxml/
License : LGPL-2.1-only WITH OCaml-LGPL-linking-exception
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.