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

Last updated: September 19,2024

1. Install "coq.x86_64" package

This guide covers the steps necessary to install coq.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install coq.x86_64

2. Uninstall "coq.x86_64" package

This guide covers the steps necessary to uninstall coq.x86_64 on Fedora 34:

$ sudo dnf remove coq.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:48:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : coq
Version : 8.13.2
Release : 1.fc34
Architecture : x86_64
Size : 79 M
Source : coq-8.13.2-1.fc34.src.rpm
Repository : updates
Summary : Proof management system
URL : https://coq.inria.fr/
License : LGPLv2
Description : Coq is a formal proof management system. It provides a formal language
: to write mathematical definitions, executable algorithms and theorems
: together with an environment for semi-interactive development of
: machine-checked proofs.
:
: Typical applications include the certification of properties of
: programming languages (e.g. the CompCert compiler certification project,
: or the Bedrock verified low-level programming library), the formalization
: of mathematics (e.g. the full formalization of the Feit-Thompson theorem
: or homotopy type theory) and teaching.