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

Last updated: January 06,2025

1. Install "coq.x86_64" package

Please follow the guidelines below to install coq.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install coq.x86_64

2. Uninstall "coq.x86_64" package

Please follow the instructions below to uninstall coq.x86_64 on Fedora 39:

$ sudo dnf remove coq.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:31:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : coq
Version : 8.18.0
Release : 1.fc39
Architecture : x86_64
Size : 24 M
Source : coq-8.18.0-1.fc39.src.rpm
Repository : updates
Summary : Proof management system
URL : https://coq.inria.fr/
License : LGPL-2.1-only AND MIT AND BSD-3-Clause
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.