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

Last updated: February 13,2025

1. Install "ocaml-odoc.x86_64" package

Here is a brief guide to show you how to install ocaml-odoc.x86_64 on Fedora 35

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

2. Uninstall "ocaml-odoc.x86_64" package

This guide let you learn how to uninstall ocaml-odoc.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:00:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-odoc
Version : 1.5.3
Release : 1.fc35
Architecture : x86_64
Size : 5.5 M
Source : ocaml-odoc-1.5.3-1.fc35.src.rpm
Repository : fedora
Summary : Documentation compiler for OCaml and Reason
URL : https://github.com/ocaml/odoc
License : MIT
Description : This package contains odoc, a documentation generator for OCaml. It
: reads doc comments, delimited with `(** ... *)`, and outputs HTML. Text
: inside doc comments is marked up in ocamldoc syntax.
:
: Odoc's main advantage over ocamldoc is an accurate cross-referencer,
: which handles the complexity of the OCaml module system. Odoc also
: offers a good opportunity to improve HTML output compared to ocamldoc,
: but this is very much a work in progress.