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

Last updated: May 18,2024

1. Install "cppad" package

This tutorial shows how to install cppad on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cppad

2. Uninstall "cppad" package

Please follow the guidance below to uninstall cppad on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cppad $ sudo apt autoclean && sudo apt autoremove

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

Package: cppad
Priority: optional
Section: universe/devel
Installed-Size: 12437
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Version: 2016.00.00.1-1
Filename: pool/universe/c/cppad/cppad_2016.00.00.1-1_all.deb
Size: 847182
MD5sum: 7a609b6d005112eb9ca602cdd8bc9998
SHA1: 3ecdd97089ef8d81cdb832c7292a564f1e4210ab
SHA256: f9f996a928f503c72227273835943462915e515db69734754a255af973219f82
Description-en: Automatic Differentiation (AD) of C++ algorithms
CppAD is a package for automatic differentiation of algorithms
written in C++. Given appropriately written C++ code that computes a
function, CppAD augments it to also compute derivative values. The
system uses templates, supports forward and reverse accumulation
modes, and allows nested derivatives.
.
This package contains C++ header files and documentation.
Description-md5: d3876702c5d8bdd7829e3774ee449529
Homepage: http://www.coin-or.org/CppAD/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu