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

Last updated: May 17,2024

1. Install "libcvc3-5-java" package

This guide covers the steps necessary to install libcvc3-5-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcvc3-5-java

2. Uninstall "libcvc3-5-java" package

Please follow the guidelines below to uninstall libcvc3-5-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcvc3-5-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libcvc3-5-java
Priority: extra
Section: universe/java
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Morgan Deters
Architecture: all
Source: cvc3
Version: 2.4.1-5ubuntu1
Depends: libcvc3-5-jni (>= 2.4.1-5ubuntu1)
Filename: pool/universe/c/cvc3/libcvc3-5-java_2.4.1-5ubuntu1_all.deb
Size: 70774
MD5sum: 802e0cfd6631a930929810957f9182b7
SHA1: 5d8ec74accf43d1c4e41ad7b9418685f761ab5ac
SHA256: 758e6c8f5c839f0080fe0e95cfcae866e1693b2a299d4da033ed2f71b6c06b3f
Description-en: Java bindings for CVC3 (bytecode library)
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 provides architecture-independent files of the Java
bindings for CVC3
Description-md5: 1fe640cf1c52cd3191bd141e9e2f6edf
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