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

Last updated: May 13,2024

1. Install "libccd-dev" package

Please follow the step by step instructions below to install libccd-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libccd-dev

2. Uninstall "libccd-dev" package

Here is a brief guide to show you how to uninstall libccd-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libccd-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: libccd
Version: 2.0-1
Depends: libccd2 (= 2.0-1)
Filename: pool/universe/libc/libccd/libccd-dev_2.0-1_amd64.deb
Size: 7700
MD5sum: 5b229ca4c5fec0fdd8d6f7926e2e7e2c
SHA1: 9a6037550af1978c6a307a40fa0e88d89a77b816
SHA256: b74ba32580024d16add33d0324072b79db57a1b34ad6b209516462b4f699163a
Description-en: Library for collision detection between convex shapes - dev files
libccd implements variation on Gilbert-Johnson-Keerthi (GJK) algorithm + Expand
Polytope Algorithm (EPA). It also implements Minkowski Portal Refinement (MPR,
a.k.a. XenoCollide) algorithm as published in Game Programming Gems 7. libccd
is one of the very few open source libraries that include MPR algorithm working
in 3-D space. However, there is a library called mpr2d, implemented in D
programming language, that works in 2-D space.
.
This package contains development files (headers, shared library
symbolic link and cmake file).
Description-md5: 6e757e9ce9c0717f589104b318003008
Multi-Arch: same
Homepage: http://libccd.danfis.cz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu