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

Last updated: November 25,2024

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

Please follow the steps below to install ocaml-odoc-parser.x86_64 on Fedora 39

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

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

Please follow the steps below to uninstall ocaml-odoc-parser.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:49:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-odoc-parser
Version : 2.0.0
Release : 7.fc39
Architecture : x86_64
Size : 217 k
Source : ocaml-odoc-parser-2.0.0-7.fc39.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.