How to Install and Uninstall cvc3-el Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 22,2024

1. Install "cvc3-el" package

Please follow the steps below to install cvc3-el on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cvc3-el

2. Uninstall "cvc3-el" package

Please follow the instructions below to uninstall cvc3-el on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cvc3-el $ sudo apt autoclean && sudo apt autoremove

3. Information about the cvc3-el package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cvc3-el
Priority: extra
Section: universe/math
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Morgan Deters
Architecture: all
Source: cvc3
Version: 2.4.1-5ubuntu1
Depends: emacs | emacsen
Recommends: cvc3
Filename: pool/universe/c/cvc3/cvc3-el_2.4.1-5ubuntu1_all.deb
Size: 13616
MD5sum: 041a7ef3c9b0042a21827f4a7ac4011b
SHA1: c7f2ebc9012906156164cd256236ae29288871d6
SHA256: 625a8db729c3f39bb579a2bfb7faa87ea1ce559943018b5d0a6d980cae1159f4
Description-en: Emacs mode for CVC3
CVC3 is an automatic theorem prover for Satisfiability Modulo Theories
(SMT) problems. It can be used to prove the validity (or, dually, the
satisfiability) of first-order formulas in a large number of built-in
logical theories and their combination.
.
CVC3 is the last offspring of a series of popular SMT provers, which
originated at Stanford University with the SVC system. In particular,
it builds on the code base of CVC Lite, its most recent
predecessor. Its high level design follows that of the Sammy prover.
.
CVC3 works with a version of first-order logic with polymorphic types
and has a wide variety of features including:
.
* several built-in base theories: rational and integer linear
arithmetic, arrays, tuples, records, inductive data types, bit
vectors, and equality over uninterpreted function symbols;
* support for quantifiers;
* an interactive text-based interface;
* rich C, C++, and Java APIs for embedding in other systems;
* proof and model generation abilities;
* predicate subtyping;
* essentially no limit on its use for research or commercial
purposes (see license).
.
The package provides an Emacs major mode "cvc3-mode" with syntax
highlighting for the CVC3 input language and running CVC3 as an
inferior process.
Description-md5: 973f55f51c17952e69d6c8eb61e7d799
Enhances: cvc3
Homepage: http://www.cs.nyu.edu/acsys/cvc3/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions