How To Install ocaml-menhirlib on Fedora 36

In this tutorial we learn how to install ocaml-menhirlib in Fedora 36. ocaml-menhirlib is Runtime library for parsers produced by Menhir

Introduction

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

What is ocaml-menhirlib

This package contains the runtime library for parsers produced by Menhir.

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

Install ocaml-menhirlib 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-menhirlib using dnf by running the following command:

sudo dnf -y install ocaml-menhirlib

Install ocaml-menhirlib 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-menhirlib using yum by running the following command:

sudo yum -y install ocaml-menhirlib

How To Uninstall ocaml-menhirlib on Fedora 36

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

sudo dnf remove ocaml-menhirlib

ocaml-menhirlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/c342bd60e13b1b7e19461c52070845e1c2c663
/usr/lib64/ocaml/menhirLib
/usr/lib64/ocaml/menhirLib/META
/usr/lib64/ocaml/menhirLib/menhirLib.cma
/usr/lib64/ocaml/menhirLib/menhirLib.cmi
/usr/lib64/ocaml/menhirLib/menhirLib.cmxs
/usr/share/licenses/ocaml-menhirlib
/usr/share/licenses/ocaml-menhirlib/LICENSE

References

Summary

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


title: “How To Install ocaml-menhirlib on Fedora 36” linkTitle: “ocaml-menhirlib” type: “docs” description: “In this tutorial we learn how to install ocaml-menhirlib in Fedora 36. ocaml-menhirlib is Runtime library for parsers produced by Menhir” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-menhirlib-featured.png

Introduction

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

What is ocaml-menhirlib

This package contains the runtime library for parsers produced by Menhir.

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

Install ocaml-menhirlib 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-menhirlib using dnf by running the following command:

sudo dnf -y install ocaml-menhirlib

Install ocaml-menhirlib 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-menhirlib using yum by running the following command:

sudo yum -y install ocaml-menhirlib

How To Uninstall ocaml-menhirlib on Fedora 36

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

sudo dnf remove ocaml-menhirlib

ocaml-menhirlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/4835ee9c96cadf920acf619cfd46c3c7d371d8
/usr/lib/ocaml/menhirLib
/usr/lib/ocaml/menhirLib/META
/usr/lib/ocaml/menhirLib/menhirLib.cma
/usr/lib/ocaml/menhirLib/menhirLib.cmi
/usr/lib/ocaml/menhirLib/menhirLib.cmxs
/usr/share/licenses/ocaml-menhirlib
/usr/share/licenses/ocaml-menhirlib/LICENSE

References

Summary

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