How to Install and Uninstall libcvc3-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libcvc3-dev" package

Learn how to install libcvc3-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcvc3-dev

2. Uninstall "libcvc3-dev" package

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

$ sudo apt remove libcvc3-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcvc3-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcvc3-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 825
Maintainer: Ubuntu Developers
Original-Maintainer: Morgan Deters
Architecture: amd64
Source: cvc3
Version: 2.4.1-5ubuntu1
Replaces: libcvc3-2-dev, libcvc3-5-dev
Depends: libcvc3-5v5 (= 2.4.1-5ubuntu1)
Breaks: libcvc3-2-dev, libcvc3-5-dev
Filename: pool/universe/c/cvc3/libcvc3-dev_2.4.1-5ubuntu1_amd64.deb
Size: 142150
MD5sum: 8db8929af4df37cb9ac002498b2ec898
SHA1: 430f304a69cffd0984bb221baf11eb2c26a0e217
SHA256: 47f0afc30b0fe47f97f8a917507e015a6879894dc3a0acfab08896dfa14aa8d2
Description-en: Automatic theorem prover library for SMT problems (development files)
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).
.
This package contains the files necessary for building applications
that use the CVC3 library.
Description-md5: 0073aea651f8bf1553c64d937a725843
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