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

Last updated: October 05,2024

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

This guide covers the steps necessary to install ocaml-tyxml-ppx.x86_64 on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:29:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-tyxml-ppx
Version : 4.5.0
Release : 1.fc34
Architecture : x86_64
Size : 3.5 M
Source : ocaml-tyxml-4.5.0-1.fc34.src.rpm
Repository : updates
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.