How to Install and Uninstall ocaml-odoc-parser.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "ocaml-odoc-parser.i686" package

This tutorial shows how to install ocaml-odoc-parser.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-odoc-parser.i686

2. Uninstall "ocaml-odoc-parser.i686" package

This is a short guide on how to uninstall ocaml-odoc-parser.i686 on Fedora 36:

$ sudo dnf remove ocaml-odoc-parser.i686 $ sudo dnf autoremove

3. Information about the ocaml-odoc-parser.i686 package on Fedora 36

Last metadata expiration check: 0:02:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-odoc-parser
Version : 1.0.0
Release : 3.fc36
Architecture : i686
Size : 200 k
Source : ocaml-odoc-parser-1.0.0-3.fc36.src.rpm
Repository : fedora
Summary : Parser for OCaml documentation comments
URL : https://ocaml-doc.github.io/odoc-parser/
License : ISC
Description : Odoc-parser is a parser for odoc markup, which is an extension of the
: original markup language parsed by ocamldoc.
:
: OCaml code can contain specially formatted comments that are used to
: document the interfaces of modules. These comments are delimited by
: `(**` and `*)`. This parser is intended to be used to parse the
: contents of these comments.