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

Last updated: July 01,2024

1. Install "coq-menhirlib.x86_64" package

Please follow the step by step instructions below to install coq-menhirlib.x86_64 on Fedora 34

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

2. Uninstall "coq-menhirlib.x86_64" package

This is a short guide on how to uninstall coq-menhirlib.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:48:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : coq-menhirlib
Version : 20210419
Release : 1.fc34
Architecture : x86_64
Size : 1.7 M
Source : ocaml-menhir-20210419-1.fc34.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).