How to Install and Uninstall cbmc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "cbmc" package

This is a short guide on how to install cbmc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cbmc

2. Uninstall "cbmc" package

This tutorial shows how to uninstall cbmc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cbmc $ sudo apt autoclean && sudo apt autoremove

3. Information about the cbmc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cbmc
Priority: extra
Section: universe/science
Installed-Size: 13736
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Tautschnig
Architecture: amd64
Version: 5.3-1
Depends: gcc, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), minisat
Filename: pool/universe/c/cbmc/cbmc_5.3-1_amd64.deb
Size: 3021352
MD5sum: b89c840b26c7123edc84bcbf7ae61460
SHA1: 16d07fff65bf68153d0495a1ec5890de8523949f
SHA256: 52af5091205cba3883a2dbc1352f2ddb108509e3adaed40b08d81efe2083aa0d
Description-en: bounded model checker for C and C++ programs
CBMC generates traces that demonstrate how an assertion can be violated, or
proves that the assertion cannot be violated within a given number of loop
iterations.
Description-md5: 2c892fdd5142036595dc17775271afad
Homepage: http://www.cprover.org/cbmc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu