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

Last updated: April 29,2024

1. Install "libgecode-dev" package

This guide covers the steps necessary to install libgecode-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgecode-dev

2. Uninstall "libgecode-dev" package

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

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

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

Package: libgecode-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 4849
Maintainer: Ubuntu Developers
Original-Maintainer: Kari Pahula
Architecture: amd64
Source: gecode
Version: 4.4.0-3
Depends: libgecode41v5 (= 4.4.0-3), libgecodegist41v5 (= 4.4.0-3), libgecodeflatzinc41v5 (= 4.4.0-3), qtbase5-dev, libmpfr-dev
Suggests: libgecode-doc
Filename: pool/universe/g/gecode/libgecode-dev_4.4.0-3_amd64.deb
Size: 463038
MD5sum: f9fe7293e4ed8d528be70a11f6b07d5f
SHA1: 37fe9ca766fddaa27257da0326862c2b2a6e4bf8
SHA256: 8bab3db610f18fda153bae4e315cf6ad1d7410cc703973d2e26800475014e7d7
Description-en: generic constraint development environment
Gecode is a toolkit for developing constraint-based systems and
applications. Gecode provides a constraint solver with
state-of-the-art performance while being modular and extensible.
.
Gecode is radically open for programming: it can be easily
interfaced to other systems. It supports the programming of new
propagators (as implementation of constraints), branching strategies,
and search engines. New variable domains can be programmed at the same
level of efficiency as finite domain and integer set variables that
come predefined with Gecode.
Description-md5: bd5ffd15fb795577fcf16728edcab518
Homepage: http://www.gecode.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu