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

Last updated: May 05,2024

1. Install "libppl-dev" package

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

$ sudo apt update $ sudo apt install libppl-dev

2. Uninstall "libppl-dev" package

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

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

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

Package: libppl-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 18515
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Tautschnig
Architecture: amd64
Source: ppl
Version: 1:1.1-7.2build1
Replaces: libppl0.12-dev, libppl6, libppl7 (<< 0.10~pre27-4), libppl9
Provides: libppl-c-dev, libppl0.12-dev
Depends: libppl13v5 (= 1:1.1-7.2build1), libppl-c4 (= 1:1.1-7.2build1)
Pre-Depends: dpkg (>= 1.17.14)
Recommends: libgmp3-dev (>= 4.1.3)
Suggests: libppl-doc
Conflicts: libppl0.10-dev, libppl0.11-dev, libppl0.12-dev
Breaks: libppl6, libppl7 (<< 0.10~pre27-4), libppl9
Filename: pool/universe/p/ppl/libppl-dev_1.1-7.2build1_amd64.deb
Size: 1838940
MD5sum: acd53932e2123f671d93d6660ad94384
SHA1: d5e400fd3207b0e0784779bb4601dd5fd5ca4239
SHA256: 376370850407befc6defa9a1a59a46c6f7dff911d4d19af65de4a6df5c811f43
Description-en: Parma Polyhedra Library (development)
The Parma Polyhedra Library (PPL) is a C++ library for the
manipulation of (not necessarily closed) convex polyhedra and other
numerical abstractions. The applications of convex polyhedra include
program analysis, optimized compilation, integer and combinatorial
optimization and statistical data-editing. The Parma Polyhedra
Library is user friendly (you write `x + 2*y + 5*z <= 7' when you
mean it), fully dynamic (available virtual memory is the only
limitation to the dimension of anything), written in standard C++,
exception-safe, rather efficient and thoroughly documented.
.
This package provides the header files and static libraries for the
C and C++ interfaces.
Description-md5: 4fa45d1b24bb1abf6f705e66d3cc4f4a
Multi-Arch: same
Homepage: http://www.cs.unipr.it/ppl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu