How to Install and Uninstall coq-menhirlib.x86_64 Package on Fedora 36

Last updated: October 10,2024

1. Install "coq-menhirlib.x86_64" package

This guide let you learn how to install coq-menhirlib.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install coq-menhirlib.x86_64

2. Uninstall "coq-menhirlib.x86_64" package

Please follow the guidelines below to uninstall coq-menhirlib.x86_64 on Fedora 36:

$ sudo dnf remove coq-menhirlib.x86_64 $ sudo dnf autoremove

3. Information about the coq-menhirlib.x86_64 package on Fedora 36

Last metadata expiration check: 2:18:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : coq-menhirlib
Version : 20220210
Release : 5.fc36
Architecture : x86_64
Size : 1.8 M
Source : ocaml-menhir-20220210-5.fc36.src.rpm
Repository : updates
Summary : Support library for verified Coq parsers produced by Menhir
URL : http://gallium.inria.fr/~fpottier/menhir/
License : LGPLv3+
Description : The Menhir parser generator, in --coq mode, can produce Coq parsers.
: These parsers must be linked against this library, which provides both an
: interpreter (which allows running the generated parser) and a validator
: (which allows verifying, at parser construction time, that the generated
: parser is correct and complete with respect to the grammar).