How to Install and Uninstall ocaml-odoc-parser.x86_64 Package on Fedora 38

Last updated: November 29,2024

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

Learn how to install ocaml-odoc-parser.x86_64 on Fedora 38

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

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

Please follow the step by step instructions below to uninstall ocaml-odoc-parser.x86_64 on Fedora 38:

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

3. Information about the ocaml-odoc-parser.x86_64 package on Fedora 38

Last metadata expiration check: 0:55:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-odoc-parser
Version : 2.0.0
Release : 4.fc38
Architecture : x86_64
Size : 208 k
Source : ocaml-odoc-parser-2.0.0-4.fc38.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.