How to Install and Uninstall ocaml-mdx.x86_64 Package on Fedora 36

Last updated: May 22,2024

1. Install "ocaml-mdx.x86_64" package

Please follow the instructions below to install ocaml-mdx.x86_64 on Fedora 36

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

2. Uninstall "ocaml-mdx.x86_64" package

Learn how to uninstall ocaml-mdx.x86_64 on Fedora 36:

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

3. Information about the ocaml-mdx.x86_64 package on Fedora 36

Last metadata expiration check: 5:16:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-mdx
Version : 2.1.0
Release : 2.fc36
Architecture : x86_64
Size : 12 M
Source : ocaml-mdx-2.1.0-2.fc36.src.rpm
Repository : fedora
Summary : Executable code blocks inside markdown files
URL : https://realworldocaml.github.io/mdx/
License : ISC
Description : mdx enables execution of code blocks inside markdown files. There are
: (currently) two sub-commands, corresponding to two modes of operation:
: preprocessing (`ocaml-mdx pp`) and tests (`ocaml-mdx test`).
:
: The preprocessor mode enables mixing documentation and code, and the
: practice of "literate programming" using markdown and OCaml.
:
: The test mode enables ensuring that shell scripts and OCaml fragments in
: the documentation always stay up-to-date.
:
: The blocks in markdown files can be parameterized by `mdx`-specific
: labels, that will change the way `mdx` interprets the block. The syntax
: is: ``, where `labels` is a list of valid labels
: separated by a comma. This line must immediately precede the block it
: is attached to.