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

Last updated: October 05,2024

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

This tutorial shows how to install ocaml-tyxml-ppx.i686 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall ocaml-tyxml-ppx.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:00:41 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-tyxml-ppx
Version : 4.5.0
Release : 5.fc35
Architecture : i686
Size : 3.4 M
Source : ocaml-tyxml-4.5.0-5.fc35.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.