How to Install and Uninstall ocaml-menhir.i686 Package on Fedora 35

Last updated: November 28,2024

1. Install "ocaml-menhir.i686" package

Please follow the guidelines below to install ocaml-menhir.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install ocaml-menhir.i686

2. Uninstall "ocaml-menhir.i686" package

Please follow the instructions below to uninstall ocaml-menhir.i686 on Fedora 35:

$ sudo dnf remove ocaml-menhir.i686 $ sudo dnf autoremove

3. Information about the ocaml-menhir.i686 package on Fedora 35

Last metadata expiration check: 2:40:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-menhir
Version : 20210419
Release : 2.fc35
Architecture : i686
Size : 1.5 M
Source : ocaml-menhir-20210419-2.fc35.src.rpm
Repository : fedora
Summary : LR(1) parser generator for OCaml
URL : http://gallium.inria.fr/~fpottier/menhir/
License : GPLv2
Description : Menhir is a LR(1) parser generator for the Objective Caml programming
: language. That is, Menhir compiles LR(1) grammar specifications down to
: OCaml code. Menhir was designed and implemented by François Pottier and
: Yann Régis-Gianas.