How to Install coq in Ubuntu 18.04



Install coq by entering the following commands in the terminal:

sudo apt update
sudo apt install coq

Description:

proof assistant for higher-order logic (toplevel and compiler)

Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package provides coqtop, a command line interface to Coq. . A graphical interface for Coq is provided in the coqide package. Coq can also be used with ProofGeneral, which allows proofs to be edited using emacs and xemacs. This requires the proofgeneral package to be installed.

Homepage: http://coq.inria.fr/

Version: 8.6-5build1

Section: universe/math