How to Install and Uninstall coq-doc.noarch Package on Fedora 34

Last updated: May 14,2024

1. Install "coq-doc.noarch" package

This is a short guide on how to install coq-doc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install coq-doc.noarch

2. Uninstall "coq-doc.noarch" package

This tutorial shows how to uninstall coq-doc.noarch on Fedora 34:

$ sudo dnf remove coq-doc.noarch $ sudo dnf autoremove

3. Information about the coq-doc.noarch package on Fedora 34

Last metadata expiration check: 0:39:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : coq-doc
Version : 8.13.2
Release : 1.fc34
Architecture : noarch
Size : 10 M
Source : coq-8.13.2-1.fc34.src.rpm
Repository : updates
Summary : Documentation for Coq proof management system
URL : https://coq.inria.fr/
License : Open Publication and 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.
:
: This package provides documentation and tutorials for the system. The
: main documentation comes in two parts: the main Library documentation,
: which describes all Coq.* modules, and the Reference Manual, which
: gives a more complete description of the whole system. Included are
: also HTML versions of both. Furthermore, there are two tutorials, the
: main one, and one specifically on recursive types. The example code
: for the latter is also included.