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

Last updated: July 05,2024

1. Install "coq-menhirlib.x86_64" package

Learn how to install coq-menhirlib.x86_64 on Fedora 35

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

2. Uninstall "coq-menhirlib.x86_64" package

Please follow the steps below to uninstall coq-menhirlib.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:32:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : coq-menhirlib
Version : 20210419
Release : 2.fc35
Architecture : x86_64
Size : 1.7 M
Source : ocaml-menhir-20210419-2.fc35.src.rpm
Repository : fedora
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).