How To Install ocaml-odoc-parser on Fedora 36

In this tutorial we learn how to install ocaml-odoc-parser in Fedora 36. ocaml-odoc-parser is Parser for OCaml documentation comments

Introduction

In this tutorial we learn how to install ocaml-odoc-parser on Fedora 36.

What is ocaml-odoc-parser

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.

We can use yum or dnf to install ocaml-odoc-parser on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-odoc-parser.

Install ocaml-odoc-parser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ocaml-odoc-parser using dnf by running the following command:

sudo dnf -y install ocaml-odoc-parser

Install ocaml-odoc-parser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-odoc-parser using yum by running the following command:

sudo yum -y install ocaml-odoc-parser

How To Uninstall ocaml-odoc-parser on Fedora 36

To uninstall only the ocaml-odoc-parser package we can use the following command:

sudo dnf remove ocaml-odoc-parser

ocaml-odoc-parser Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/01934965c997f21b3348014ac7a11eae542f41
/usr/lib/ocaml/odoc-parser
/usr/lib/ocaml/odoc-parser/META
/usr/lib/ocaml/odoc-parser/odoc_parser.cma
/usr/lib/ocaml/odoc-parser/odoc_parser.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser.cmxs
/usr/lib/ocaml/odoc-parser/odoc_parser__.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser__Ast.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser__Lexer.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser__Loc.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser__Parse_error.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser__Syntax.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser__Token.cmi
/usr/lib/ocaml/odoc-parser/odoc_parser__Warning.cmi
/usr/share/doc/ocaml-odoc-parser
/usr/share/doc/ocaml-odoc-parser/CHANGES.md
/usr/share/doc/ocaml-odoc-parser/README.md
/usr/share/licenses/ocaml-odoc-parser
/usr/share/licenses/ocaml-odoc-parser/LICENSE.md

References

Summary

In this tutorial we learn how to install ocaml-odoc-parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ocaml-odoc-parser on Fedora 36” linkTitle: “ocaml-odoc-parser” type: “docs” description: “In this tutorial we learn how to install ocaml-odoc-parser in Fedora 36. ocaml-odoc-parser is Parser for OCaml documentation comments” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-odoc-parser-featured.png

Introduction

In this tutorial we learn how to install ocaml-odoc-parser on Fedora 36.

What is ocaml-odoc-parser

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.

We can use yum or dnf to install ocaml-odoc-parser on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-odoc-parser.

Install ocaml-odoc-parser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ocaml-odoc-parser using dnf by running the following command:

sudo dnf -y install ocaml-odoc-parser

Install ocaml-odoc-parser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-odoc-parser using yum by running the following command:

sudo yum -y install ocaml-odoc-parser

How To Uninstall ocaml-odoc-parser on Fedora 36

To uninstall only the ocaml-odoc-parser package we can use the following command:

sudo dnf remove ocaml-odoc-parser

ocaml-odoc-parser Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/52b55f1eb4f9bd6a5bfa70805e3c8d10cb6fec
/usr/lib64/ocaml/odoc-parser
/usr/lib64/ocaml/odoc-parser/META
/usr/lib64/ocaml/odoc-parser/odoc_parser.cma
/usr/lib64/ocaml/odoc-parser/odoc_parser.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser.cmxs
/usr/lib64/ocaml/odoc-parser/odoc_parser__.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser__Ast.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser__Lexer.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser__Loc.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser__Parse_error.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser__Syntax.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser__Token.cmi
/usr/lib64/ocaml/odoc-parser/odoc_parser__Warning.cmi
/usr/share/doc/ocaml-odoc-parser
/usr/share/doc/ocaml-odoc-parser/CHANGES.md
/usr/share/doc/ocaml-odoc-parser/README.md
/usr/share/licenses/ocaml-odoc-parser
/usr/share/licenses/ocaml-odoc-parser/LICENSE.md

References

Summary

In this tutorial we learn how to install ocaml-odoc-parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).